Cloud Plugin
Connect your browser with a powerful Cloud Group PBX.
Cos'è Cloud Plugin?
Cloud Plugin è un'estensione di Chrome sviluppata da https://www.cloud-communications.be, e la sua funzione principale è "Connect your browser with a powerful Cloud Group PBX.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cloud Plugin
Scarica i file di estensione Cloud Plugin 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
Cloud Group has an in-house developed cloud VoIP platform with mobile integration. The future of business telephony where you don't miss a single call. Advantages of using Cloud Group: - Improve call flows with your project manager - Redundant & stable infrastructure - Improved call quality - No contract Advantages of integrating Cloud Group: - Click2Dial any phone number to initiate an outbound call - Improve productivity
Informazioni di Base sull'Estensione
Nome | Cloud Plugin |
ID | gjblojpjmheheolnobacoglncglmecbe |
URL Ufficiale | https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe |
Descrizione | Connect your browser with a powerful Cloud Group PBX. |
Dimensione del File | 1.54 MB |
Conteggio Installazioni | 683 |
Versione Corrente | 3.0.3 |
Ultimo Aggiornamento | 2023-07-01 |
Data di Pubblicazione | 2019-09-27 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.cloud-communications.be |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.cloudgroup.be/ |
URL della Pagina di Aiuto | https://www.mycc.be |
URL della Pagina della Politica sulla Privacy | https://privacy.cloudgroup.be |
Lingue Supportate | en,fr,nl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "3.0.3", "name": "Cloud Plugin", "default_locale": "nl", "description": "Connect your browser with a powerful Cloud Group PBX.", "author": "Cloud Group NV", "icons": { "16": "img\/logo_dark.png", "128": "img\/logo_dark.png" }, "action": { "default_icon": "img\/logo_dark.png", "default_title": "Cloud Group NV", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "css\/toastr.min.css", "css\/custom.css" ], "js": [ "js\/jquery.min.js", "js\/toastr.min.js", "js\/content.js" ] } ], "background": { "service_worker": "js\/service_worker.js" }, "permissions": [ "activeTab", "contextMenus", "notifications", "storage" ], "host_permissions": [ " |