Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

What is Cloud Plugin?

Cloud Plugin is a Chrome extension developed by https://www.cloud-communications.be, and its main feature is "Connect your browser with a powerful Cloud Group PBX.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cloud Plugin Extension CRX File

Download Cloud Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
Official URL https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
Description Connect your browser with a powerful Cloud Group PBX.
File Size 1.54 MB
Installation Count 683
Current Version 3.0.3
Last Updated 2023-07-01
Publish Date 2019-09-27
Rating 5.00/5 Total 2 Ratings
Developer https://www.cloud-communications.be
Email [email protected]
Payment Type free
Extension Website https://www.cloudgroup.be/
Help Page URL https://www.mycc.be
Privacy Policy Page URL https://privacy.cloudgroup.be
Supported Languages 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": [
        ""
    ]
}