Cisco Web Communicator

Enables Cisco Jabber phone calls and video calls

ما هو Cisco Web Communicator؟

Cisco Web Communicator هو إضافة Chrome تم تطويرها بواسطة jabberwebsdk، والميزة الرئيسية لها هي "Enables Cisco Jabber phone calls and video calls".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Cisco Web Communicator

قم بتنزيل ملفات الامتداد Cisco Web Communicator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Enable Web applications integrated with Cisco Jabber voice and video to use the Cisco Web Communicator add-on.
This extension supports Cisco Web Communicator 11.8.3 and later.

For more information, please refer to: https://developer.cisco.com/docs/jabber-web/

Copyright 2021 Cisco Systems, Inc. All Rights Reserved                    

معلومات أساسية عن التمديد

الاسم Cisco Web Communicator Cisco Web Communicator
ID mbhnoblcplfcookpoennihpndjobapeo
عنوان URL الرسمي https://chromewebstore.google.com/detail/cisco-web-communicator/mbhnoblcplfcookpoennihpndjobapeo
الوصف Enables Cisco Jabber phone calls and video calls
حجم الملف 54.97 KB
عدد التثبيتات 11,771
النسخة الحالية 11.8.2.1
آخر تحديث 2021-07-27
تاريخ النشر 2019-11-12
تقييم 3.00/5 مجموع تقييمات 2
المطور jabberwebsdk
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://developer.cisco.com/jabber-web/
عنوان صفحة سياسة الخصوصية https://www.cisco.com/c/en/us/about/trust-center/gdpr.html
اللغات المدعومة de,en,fr,nl,no,tr,ca,da,es,hr,it,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cisco Web Communicator",
    "description": "__MSG_extension_description__",
    "version": "11.8.2.1",
    "default_locale": "en",
    "permissions": [
        "nativeMessaging",
        "management"
    ],
    "icons": {
        "16": "Jabber_16x16.png",
        "48": "Jabber_48x48.png",
        "128": "Jabber_128x128.png"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "accepts_tls_channel_id": false
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_end",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "cwic_plugin.js",
        "contentscript.js",
        "extProps.json"
    ]
}