Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Qu'est-ce que Cloud Plugin ?

Cloud Plugin est une extension Chrome développée par https://www.cloud-communications.be, et sa fonction principale est "Connect your browser with a powerful Cloud Group PBX.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Cloud Plugin

Téléchargez les fichiers d'extension Cloud Plugin 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

                        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                    

Informations de Base sur l'Extension

Nom Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
URL Officiel https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
Description Connect your browser with a powerful Cloud Group PBX.
Taille du Fichier 1.54 MB
Nombre d'Installations 683
Version Actuelle 3.0.3
Dernière Mise à Jour 2023-07-01
Date de Publication 2019-09-27
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.cloud-communications.be
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.cloudgroup.be/
URL de la Page d'Aide https://www.mycc.be
URL de la Page de Politique de Confidentialité https://privacy.cloudgroup.be
Langues Prises en Charge 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": [
        ""
    ]
}