Web UC C2D
Click to dial for WebUC/WebCTI
什麼是Web UC C2D?
Web UC C2D是由Plustel Limited開發的Chrome擴展程式,該擴展的主要功能是“Click to dial for WebUC/WebCTI”。
擴展截圖
下載Web UC C2D擴展crx文件
下載Web UC C2D擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Working in conjunction with your Hosted PBX seat and the WebUC phone or WebCTI, use this extension to have any telephone numbers in web pages changed to a click-2-dial link.
When web page numbers are clicked, a call will be initiated from your Hosted PBX extension being used on the same computer where the WebUC phone or WebCTI is loaded and registered to our platform.                     擴展基本資訊
| 名稱 |   |  
| ID | gihpifcapfklpcdjajanldoacmkdemmn | 
| 官方網址 | https://chromewebstore.google.com/detail/web-uc-c2d/gihpifcapfklpcdjajanldoacmkdemmn | 
| 簡介 | Click to dial for WebUC/WebCTI | 
| 檔案大小 | 78.79 KB | 
| 安裝次數 | 126 | 
| 目前版本 | 1.3 | 
| 更新時間 | 2022-10-28 | 
| 上架時間 | 2020-06-16 | 
| 開發者 | Plustel Limited | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 隱私政策頁面URL | https://plustel.co.uk/privacy.html | 
| 支援的語言 | en-GB | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web UC C2D",
    "description": "Click to dial for WebUC\/WebCTI",
    "version": "1.3",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.login1.uk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.4.1.min.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/ucweb19.png",
            "38": "images\/ucweb38.png"
        }
    },
    "icons": {
        "16": "images\/ucweb16.png",
        "48": "images\/ucweb48.png",
        "128": "images\/ucweb128.png"
    }
}  |  |