Voicespin
Agent Panel
Qu'est-ce que Voicespin ?
Voicespin est une extension Chrome développée par Voicespin, et sa fonction principale est "Agent Panel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Voicespin
Téléchargez les fichiers d'extension Voicespin 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
The VoiceSpin Chrome extension is part of VoiceSpin’s omnichannel communication platform for contact centers. The extension is seamlessly integrated with the VoiceSpin’s Agent Panel and allows you to receive inbound calls regardless of which browser tab you are on and make outbound calls directly from your browser by leveraging click-to-call. To use the extension, you need to be a user of the VoiceSpin contact center and configure the extension according to the provided instructions.
Informations de Base sur l'Extension
Nom | Voicespin |
ID | amigkngadiegjleemmdgpfoigjllangi |
URL Officiel | https://chromewebstore.google.com/detail/voicespin/amigkngadiegjleemmdgpfoigjllangi |
Description | Agent Panel |
Taille du Fichier | 2.18 MB |
Nombre d'Installations | 97 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-06-18 |
Date de Publication | 2023-06-18 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Voicespin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.voicespin.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voicespin", "description": "Agent Panel", "version": "1.0", "manifest_version": 3, "action": { "default_icon": { "24": "assets\/images\/phone-24.png" }, "default_title": "Voicespin", "default_popup": "index.html" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content_script.js" ], "icons": { "16": "assets\/images\/phone-round.png" } } ], "web_accessible_resources": [ { "resources": [ "assets\/images\/phone-round.png" ], "matches": [ " |