Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Vad är Cloud Plugin?

Cloud Plugin är en Chrome-tillägg utvecklad av https://www.cloud-communications.be, och dess huvudfunktion är "Connect your browser with a powerful Cloud Group PBX.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Cloud Plugin-förlängningens CRX-fil

Ladda ner Cloud Plugin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
Officiell webbadress https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
Beskrivning Connect your browser with a powerful Cloud Group PBX.
Filstorlek 1.54 MB
Antal Installationer 683
Aktuell Version 3.0.3
Senast Uppdaterad 2023-07-01
Publiceringsdatum 2019-09-27
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.cloud-communications.be
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.cloudgroup.be/
Hjälpsida URL https://www.mycc.be
URL till Sekretesspolicy Sidan https://privacy.cloudgroup.be
Stödda Språk 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": [
        ""
    ]
}