Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Cloud Plugin là gì?

Cloud Plugin là một tiện ích mở rộng Chrome được phát triển bởi https://www.cloud-communications.be, và tính năng chính của nó là "Connect your browser with a powerful Cloud Group PBX.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cloud Plugin

Tải xuống các tệp mở rộng Cloud Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
URL Chính Thức https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
Mô tả Connect your browser with a powerful Cloud Group PBX.
Kích Thước Tệp 1.54 MB
Số Lần Cài Đặt 683
Phiên Bản Hiện Tại 3.0.3
Cập Nhật Lần Cuối 2023-07-01
Ngày Phát Hành 2019-09-27
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.cloud-communications.be
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cloudgroup.be/
URL Trang Trợ Giúp https://www.mycc.be
URL Trang Chính Sách Bảo Mật https://privacy.cloudgroup.be
Ngôn Ngữ Được Hỗ Trợ 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": [
        ""
    ]
}