Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Cloud Pluginคืออะไร?

Cloud Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.cloud-communications.be และคุณลักษณะหลักของมันคือ "Connect your browser with a powerful Cloud Group PBX."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud Plugin

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
        ""
    ]
}