Click2Dial
Links phone numbers found in web pages to enable Click2Dial on IPTech systems.
什麼是Click2Dial?
Click2Dial是由https://iptech.co.il開發的Chrome擴展程式,該擴展的主要功能是“Links phone numbers found in web pages to enable Click2Dial on IPTech systems.”。
擴展截圖
下載Click2Dial擴展crx文件
下載Click2Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Links phone numbers found in web pages to IPTech Click2Dial allowing the user to dial selected number with just a click. This chrome extension, once installed and activated, will search accessed web pages for phone numbers attaching the C2D icon allowing the user to double click linked icons and perform a call to selected destination from his personal extension. On supported VoIP desk phones the dial operation will open the speaker and initiate the call just like you dialed the number on phone's keypad. This application is intended for simple CTI integrations between web based CRM systems and company PBX. An integrated Options page supports the setup of user phone extension and other required data to allow smoot personalization.
擴展基本資訊
名稱 | Click2Dial |
ID | pcfboomnbpcgcbjfoolbiijmanofcmmd |
官方網址 | https://chromewebstore.google.com/detail/click2dial/pcfboomnbpcgcbjfoolbiijmanofcmmd |
簡介 | Links phone numbers found in web pages to enable Click2Dial on IPTech systems. |
檔案大小 | 22.28 KB |
安裝次數 | 122 |
目前版本 | 2.0.0.9 |
更新時間 | 2018-06-10 |
上架時間 | 2018-06-10 |
開發者 | https://iptech.co.il |
電子郵箱 | [email protected] |
付費類型 | in_app |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Click2Dial", "version": "2.0.0.9", "description": "Links phone numbers found in web pages to enable Click2Dial on IPTech systems.", "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "storage" ], "web_accessible_resources": [ "*.png", "*.jpg", "dialout.js" ], "icons": { "16": "icon16.png", "24": "icon24.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |