Talkdesk Call Relater Assistant

Talkdesk Call Relater Assistant

ID: hcmljfbdfngalcdhiaacnjacfmfnoddi

Extension Info & Metadata

Status
Active
Version
1.7
Size
7.24 MB
Rating
0.0/5
Reviews
0
Users
5
Type
Extension
Updated
Oct 9, 2024
Category
Tools
Price
Free
Featured
No
Visibility
Unlisted
Mature
No
By Google
No
Trusted
No

Publisher Contextual Analysis

Author
NervozsView Profile
MX records exist
Yes
Domain exists
Yes
Is disposable
No
Is role-based
No
Mailbox exists
Yes
Website
Visit
Total Extensions
1
Active
1
Obsolete
0
Listed
0
Unlisted
1
Total Users
5

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Screenshot 1

monitors elements on Salesforce and plays an audio notification when UI changes occur

This application will observe for changes on the salesforce website, specifically it'll look for when the relate calls tab is opened, or in the CSS class ("DOCKED"). Upon seeing this change, it will then play a chime that is stored inside of the extension. All code referred to inside of this extension will only apply to salesforce and has no impact outside of that website. it only exists to allow a chime to play upon certain circumstances. the function fccfinder exists so that I can loop through a list, this is due to the fact that there a four elements on the salesforce webpage that contain the class "oneUtilityBarPanel". So when I loop through the list I am looking for an innerText attribute that contains "Relate the call to". this means that I can specify that I only want to look for changes that'd apply to this specific element that contains "Relate the call to". function callback just links the Mutation observer to another function "relatechecker". Function relatechecker is where we check if the current selected element contains the class "DOCKED". I log the innerText of the element just for debugging purposes. Lets me see what the currently selected element is. it then plays the audio file located inside of the extension "Ring01.mp3" which is stored within the variable "relateaudio". I loop the sound to make sure that it doesnt stop playing until the user minimises the element. if the element is minimised, it pauses the relateaudio and sets the time on the audio back to 0 so that it restarts upon reopening the element. the constant variable mutationObserver, is used to check for changes in the fcc element. allowing me to then check for the specific change within the relatechecker function. The constant variable "elementCheckInterval" is used so that I can check for the element on the webpage every 500ms. index.html just contains a header element with text. background.js only contains a console.log that states the extension has been installed. the manifest makes sure that the extension can work on specify, it's limited to only working on salesforce, and no other website. I tested this by checking console on multiple website. Added a Volume changing feature, that adds an element to the FCC which is an adjustable bar, as to allow users to change the volume to what they consider a comfortable listening level. To do so I created a variable called "audiobar" which is an element with the type of "input", I then set 5 attributes, "range" "min" "max" "value" and "id". all of these are used so that I can allow the user to adjust the volume, I then take the value of the audiobar, divide it by 100 and set that to be the relateaudio volume.

Extracted Data

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

URLs
2
IPv4
0
IPv6
0

URLs

View the external URLs this extension communicates with to understand its network activity and data interactions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

clients2.google.com/service/update2/crxhttps://clients2.google.com/service/update2/crx
csl.lightning.force.com/*https://csl.lightning.force.com/*

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

No IP addresses found

Version History

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Code Diff

Compare extension code between any two versions.

0 changed files detected

No comparable text files found between these versions.

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.

Browse and explore files within this extension package

You reached today's free scan limit (3/3 unique extensions).

Upgrade for full visibility.