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.
擴展基本資訊
名稱 | Click to Dial - DLS Hosted PBX |
ID | cmboodljiceljcheaoccadpjkhmibehc |
官方網址 | 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 |
電子郵箱 | [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" } |