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
Eメール [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": [
        ""
    ]
}