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
官方URL 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": [
        ""
    ]
}