Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Wat is Cloud Plugin?

Cloud Plugin is een Chrome-extensie ontwikkeld door https://www.cloud-communications.be, en de belangrijkste functie is "Connect your browser with a powerful Cloud Group PBX.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Cloud Plugin

Download Cloud Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
Officiële URL https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
Beschrijving Connect your browser with a powerful Cloud Group PBX.
Bestandsgrootte 1.54 MB
Aantal Installaties 683
Huidige Versie 3.0.3
Laatst Bijgewerkt 2023-07-01
Publicatiedatum 2019-09-27
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.cloud-communications.be
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cloudgroup.be/
Help Pagina-URL https://www.mycc.be
URL van de Privacybeleid Pagina https://privacy.cloudgroup.be
Ondersteunde Talen 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": [
        ""
    ]
}