Click to Dial - DLS Hosted PBX
Enables Click to Dial functionality along side your DLS Hosted PBX.
Click to Dial - DLS Hosted PBXとは何ですか?
Click to Dial - DLS Hosted PBXはDLS Hosted PBXによって開発されたChromeの拡張機能で、その主な機能は「Enables Click to Dial functionality along side your DLS Hosted PBX.」です。
拡張機能のスクリーンショット
Click to Dial - DLS Hosted PBX拡張機能のCRXファイルをダウンロード
Click to Dial - DLS Hosted PBX拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Enables Click to Dial functionality along side your Hosted PBX. Click to Dial converts phone numbers in pages you visit to a special link you can click to call the phone number via your DLS Hosted PBX.
For customers that use the Click to Dial / Screen Pop desktop application, you will need to update the desktop application to work with browser plugin versions 2.1.0 and higher. 拡張機能の基本情報
| 名前 | |
| ID | cmboodljiceljcheaoccadpjkhmibehc |
| 公式URL | https://chromewebstore.google.com/detail/click-to-dial-dls-hosted/cmboodljiceljcheaoccadpjkhmibehc |
| 説明 | Enables Click to Dial functionality along side your DLS Hosted PBX. |
| ファイルサイズ | 236 KB |
| インストール数 | 149 |
| 現在のバージョン | 2.1.5 |
| 最終更新日 | 2021-02-19 |
| 公開日 | 2019-06-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | DLS Hosted PBX |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://www.dls.net/ |
| 対応言語 | en |
| manifest.json | |
{
"background": {
"persistent": false,
"scripts": [
"js\/tsBackground.js"
]
},
"browser_action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"css\/tsStyle.css"
],
"js": [
"js\/jquery.min.js",
"js\/tsInject.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"description": "Enables Click to Dial functionality along side your DLS Hosted PBX.",
"icons": {
"128": "icon128.png",
"16": "icon16.png",
"48": "icon48.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAolLU1I2GC5yO6enQgExAzyyx+Z\/T3CFkHi7rW7jI+itjE3fBWqj\/swV\/jywaCOEw\/CfQwr2I6aqG7k4aWESuuOx5Q1vgQQEw26x44vvBbCgWi58aw3ZbqkssFBUm\/cp1BaqbZLDpFBCUH\/E3kXxXM+2v2vAoIWgEYGIxi6XmUkyd6VKpq1MjBHv7\/zxLHXKqN2IYqYekJavFQdPBswsWwwjLbDsLYtSlG1GkMskgEdujK+6ROGInQ4Q\/xUVR70yJHF6MgQKU4fzmmTuIRbh0UIVGgo2XlJBGCDyMdgzjT0iCCDdgiAgyPasN0qVmwxx0pR0Zb+uuC5MSAGhDsKJ9gwIDAQAB",
"manifest_version": 2,
"name": "Click to Dial - DLS Hosted PBX",
"permissions": [
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*",
"tabs"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "2.1.5"
} | |