Cloud Plugin
Connect your browser with a powerful Cloud Group PBX.
Was ist Cloud Plugin?
Cloud Plugin ist eine Chrome-Erweiterung, die von https://www.cloud-communications.be entwickelt wurde, und ihr Hauptmerkmal ist "Connect your browser with a powerful Cloud Group PBX.".
Erweiterungsscreenshots
Cloud Plugin-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cloud Plugin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | gjblojpjmheheolnobacoglncglmecbe |
| Offizielle URL | https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe |
| Beschreibung | Connect your browser with a powerful Cloud Group PBX. |
| Dateigröße | 1.54 MB |
| Installationsanzahl | 683 |
| Aktuelle Version | 3.0.3 |
| Letztes Update | 2023-07-01 |
| Veröffentlichungsdatum | 2019-09-27 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | https://www.cloud-communications.be |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.cloudgroup.be/ |
| Hilfeseite URL | https://www.mycc.be |
| URL der Datenschutzrichtlinien-Seite | https://privacy.cloudgroup.be |
| Unterstützte Sprachen | 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": [
" | |