Windsor Telecom Cloud Telephony Extension

Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.

Windsor Telecom Cloud Telephony Extension क्या है?

Windsor Telecom Cloud Telephony Extension https://www.windsor-telecom.co.uk द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM."।

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

screenshot
screenshot

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

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

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

                        Dial or click-to-call any phone number from your Chrome browser.
 
With Windsor Telecom Cloud Telephony extension, go from browsing the web, to clicking on a phone number and dialling it directly from the website. No more hassle of misdialled numbers – dial it right the first time.
Alternatively, simply enter any phone number you need to dial and call it from your browser.
 
You’ll also be able to:
 
View your recent calls
Get notifications when someone is calling you
Integrate with your CRM to provide caller ID and screen popping                    

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

नाम Windsor Telecom Cloud Telephony Extension Windsor Telecom Cloud Telephony Extension
ID egkmpibaellacohkhemkkaekjbhnkgda
आधिकारिक URL https://chromewebstore.google.com/detail/windsor-telecom-cloud-tel/egkmpibaellacohkhemkkaekjbhnkgda
विवरण Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.
फ़ाइल का आकार 2.07 MB
स्थापना संख्या 70
वर्तमान संस्करण 1.5.5
अंतिम अपडेट 2021-07-05
प्रकाशन तिथि 2020-07-20
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर https://www.windsor-telecom.co.uk
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.windsor-telecom.co.uk
सहायता पृष्ठ URL https://www.windsor-telecom.co.uk/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.windsor-telecom.co.uk/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionName__",
    "homepage_url": "https:\/\/www.windsor-telecom.co.uk\/",
    "description": "__MSG_extensionDescription__",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extensionName__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "24": "icons\/24.png",
        "32": "icons\/32.png",
        "38": "icons\/38.png",
        "48": "icons\/48.png",
        "64": "icons\/32.png",
        "80": "icons\/80.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "contextMenus",
        "notifications",
        "storage"
    ],
    "web_accessible_resources": [
        "icons\/80.png",
        "call.html",
        "auth.html",
        "js\/call.js",
        "js\/chunk-vendors.js",
        "js\/chunk-common.js"
    ],
    "version": "1.5.5",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}