Webex Calling for Chrome

Rich enterprise calling features for Google Chrome

Τι είναι το Webex Calling for Chrome;

Το Webex Calling for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://webex.com, και η κύρια λειτουργία του είναι "Rich enterprise calling features for Google Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Webex Calling for Chrome

Λήψη αρχείων επέκτασης Webex Calling for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Google Chrome users now have access to an enterprise-grade calling experience with the Webex Calling for Chrome extension. Tightly integrated with the Google Chrome experience, Webex Calling for Chrome provides immediate access to a comprehensive suite of enterprise calling features that fits seamlessly within your Google productivity workflow. Webex Calling for Chrome is powered by the Webex platform used by over 45 million people around the world, with service in more than 120 countries.

Enterprise calling features:
•	Inbound and outbound calling
•	Mid-call features like hold, resume, call transfer, call waiting
•	Visual voicemail
•	Click to call phone numbers from a Chrome webpage
•	Detailed call and voicemail history
•	Enterprise directory search and single-sign-on
•	Presence indicators for contacts

Highlights of Enterprise calling platform:
•	Proven cloud calling platform used by more than 45M people worldwide
•	Service available in over 120 countries
•	More than 20 integrated service provider partners
•	Option to bring your own carrier

Note: Additional features like contacts, voicemail, and call transfer will gradually roll out in the coming months.

Contact us:
https://use.webex.com/contact-sales                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Webex Calling for Chrome Webex Calling for Chrome
ID llllflgakifpdcmoanonghipldcpaggn
Επίσημο URL https://chromewebstore.google.com/detail/webex-calling-for-chrome/llllflgakifpdcmoanonghipldcpaggn
Περιγραφή Rich enterprise calling features for Google Chrome
Μέγεθος Αρχείου 329 KB
Αριθμός Εγκαταστάσεων 7,043
Τρέχουσα Έκδοση 1.0.6
Τελευταία Ενημέρωση 2023-08-01
Ημερομηνία Δημοσίευσης 2022-12-06
Αξιολόγηση 5.00/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής https://webex.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.webex.com/enterprise-cloud-calling.html
Διεύθυνση URL της Σελίδας Βοήθειας https://help.webex.com/en-us/article/a5ormz
URL της Σελίδας Πολιτικής Απορρήτου https://trustportal.cisco.com/c/r/ctp/trust-portal.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "version": "1.0.6",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/webex-icon-16.png",
        "32": "icons\/webex-icon-32.png",
        "128": "icons\/webex-icon-128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "__MSG_application_title__ - __MSG_browser_action_default_title__",
        "default_icon": {
            "16": "icons\/webex-icon-16.png",
            "32": "icons\/webex-icon-32.png",
            "128": "icons\/webex-icon-128.png"
        }
    },
    "background": {
        "service_worker": "js\/service-worker.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.webex.com\/*",
                "https:\/\/web-int.webex.com\/*"
            ],
            "js": [
                "js\/webex-content-script.js"
            ]
        },
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/web.webex.com\/*",
                "*:\/\/web-int.webex.com\/*"
            ],
            "js": [
                "js\/click-to-call-content-script.js"
            ],
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "permissions": [
        "contextMenus",
        "background",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/web.webex.com\/*",
        "*:\/\/web-int.webex.com\/*"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "*:\/\/web.webex.com\/*",
            "*:\/\/web-int.webex.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "*:\/\/web.webex.com\/*",
                "*:\/\/web-int.webex.com\/*"
            ]
        }
    ]
}