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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://www.mycc.be
عنوان صفحة سياسة الخصوصية 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": [
        ""
    ]
}