Cisco Webex Extension

Join Webex meetings using Google Chrome ™

Cisco Webex Extension क्या है?

Cisco Webex Extension https://webex.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Join Webex meetings using Google Chrome ™"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cisco Webex Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Cisco Webex web and video conferencing is an easy, cost-effective way to exchange ideas and information online with anyone, anywhere on any mobile device or video system. Accelerate decision-making, keep projects on track, and collaborate in real time with integrated audio, video, and content sharing, all in one meeting. Enhance engagement with a lifelike video experience, which rapidly builds relationships and trust, just like you would in person. Make connecting simple for smoother meetings so users can invite others to easily join with their own video system. From the proven industry leader in web and video conferencing, rely on secure, scalable Webex meetings from the global Cisco Collaboration Cloud.                    

एक्सटेंशन की मूल जानकारी

नाम Cisco Webex Extension Cisco Webex Extension
ID jlhmfgmfgeifomenelglieieghnjghma
आधिकारिक URL https://chromewebstore.google.com/detail/cisco-webex-extension/jlhmfgmfgeifomenelglieieghnjghma
विवरण Join Webex meetings using Google Chrome ™
फ़ाइल का आकार 46.18 KB
स्थापना संख्या 32,000,000
वर्तमान संस्करण 2.0.4
अंतिम अपडेट 2023-12-01
प्रकाशन तिथि 2020-06-15
रेटिंग 2.33/5 कुल 2576 रेटिंग्स
डेवलपर https://webex.com
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://help.webex.com/en-us/
गोपनीयता नीति पृष्ठ URL https://cisco.com/go/privacy
समर्थित भाषाएँ de,en,fr,nl,no,es,es-419,hr,it,hu,pl,pt-BR,ro,sk,sv,sr,bg,ru,uk,iw,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2.0.4",
    "manifest_version": 3,
    "icons": {
        "32": "icon32.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "nativeMessaging"
    ],
    "host_permissions": [
        "https:\/\/*.webex.com\/*",
        "https:\/\/*.webex.com.cn\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.webex.com\/*\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com.cn\/*\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html",
                "https:\/\/*.webex.com.cn\/cwcsf-nativemsg-iframe-43c85c0d-d633-af5e-c056-32dc7efc570b.html"
            ],
            "js": [
                "CryptoJS.js",
                "content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}