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 |
| Eメール | [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"
}
} | |