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 |
| 官方URL | 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"
}
} | |