Screen Lock for Vonage CC
Screen Lock Extension for Vonage
Cos'è Screen Lock for Vonage CC?
Screen Lock for Vonage CC è un'estensione di Chrome sviluppata da https://contact-world.net, e la sua funzione principale è "Screen Lock Extension for Vonage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Screen Lock for Vonage CC
Scarica i file di estensione Screen Lock for Vonage CC in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Screen Lock for Vonage CC The Screen Lock for Vonage Contact Center extension provides additional functionality to Vonage agents. When Chrome detects your screen has been locked, ContactPad's presence can be updated without having to be manually changed. Agents can choose which state to be updated to by using the drop-down in the setting page in ContactPad to select.
Informazioni di Base sull'Estensione
Nome | Screen Lock for Vonage CC |
ID | mengdkkiliejjgenhhngnnhmdidccoba |
URL Ufficiale | https://chromewebstore.google.com/detail/screen-lock-for-vonage-cc/mengdkkiliejjgenhhngnnhmdidccoba |
Descrizione | Screen Lock Extension for Vonage |
Dimensione del File | 21.19 KB |
Conteggio Installazioni | 6,633 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2024-01-08 |
Data di Pubblicazione | 2020-04-06 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://contact-world.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.vonage.com/ |
URL della Pagina di Aiuto | https://newvoicemedia.atlassian.net/wiki/x/WIDfYw |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Screen Lock for Vonage CC", "version": "2.0.2", "description": "Screen Lock Extension for Vonage", "background": { "service_worker": "\/src\/index.js", "type": "module" }, "action": { "default_icon": { "16": "icons\/loadIcon16.png", "48": "icons\/loadIcon48.png", "128": "icons\/loadIcon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "idle" ], "externally_connectable": { "matches": [ "https:\/\/*.nvminternal.net\/*", "https:\/\/*.nvmtest.net\/*", "https:\/\/*.newvoicemedia.com\/*", "https:\/\/*.contact-world.net\/*" ] } } |