Max Contact Agent Extension
Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue.
Qu'est-ce que Max Contact Agent Extension ?
Max Contact Agent Extension est une extension Chrome développée par MaxContact, et sa fonction principale est "Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Max Contact Agent Extension
Téléchargez les fichiers d'extension Max Contact Agent Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Plugin for Max Contact to allow the browser to be pulled into the agent view when a call is in queue.
Informations de Base sur l'Extension
Nom | Max Contact Agent Extension |
ID | cpabeedodjfmfcjjpcephhpigamahmdm |
URL Officiel | https://chromewebstore.google.com/detail/max-contact-agent-extensi/cpabeedodjfmfcjjpcephhpigamahmdm |
Description | Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue. |
Taille du Fichier | 11.3 KB |
Nombre d'Installations | 602 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-03-04 |
Date de Publication | 2020-03-04 |
Développeur | MaxContact |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.maxcontact.com/privacy-policy |
Langues Prises en Charge | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Max Contact Agent Extension", "description": "Forces the browser to the front of the screen when the user is in a Not Ready or Dispositioning status and there is a call in queue.", "version": "1.0", "browser_action": { "default_title": "Max Contact Agent Extension", "default_icon": "icon.png" }, "externally_connectable": { "matches": [ "*:\/\/*.maxcontact.com\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.maxcontact.com\/*", "*:\/\/localhost\/*" ], "js": [ "contentScript.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "storage", "declarativeContent", "webNavigation", "notifications", "tabs" ] } |