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開發的Chrome擴展程式,該擴展的主要功能是“Call any phone number from your browser, view recent calls, receive notifications and integrate with your CRM.”。

擴展截圖

screenshot
screenshot

下載Windsor Telecom Cloud Telephony Extension擴展crx文件

下載Windsor Telecom Cloud Telephony Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}