Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

什麼是Cloud Plugin?

Cloud Plugin是由https://www.cloud-communications.be開發的Chrome擴展程式,該擴展的主要功能是“Connect your browser with a powerful Cloud Group PBX.”。

擴展截圖

screenshot
screenshot
screenshot

下載Cloud Plugin擴展crx文件

下載Cloud Plugin擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
官方網址 https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
簡介 Connect your browser with a powerful Cloud Group PBX.
檔案大小 1.54 MB
安裝次數 683
目前版本 3.0.3
更新時間 2023-07-01
上架時間 2019-09-27
評分 5.00/5 共 2 次評分
開發者 https://www.cloud-communications.be
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.cloudgroup.be/
說明頁面URL https://www.mycc.be
隱私政策頁面URL https://privacy.cloudgroup.be
支援的語言 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": [
        ""
    ]
}