Vox-Link Connect
The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.
什麼是Vox-Link Connect?
Vox-Link Connect是由https://vox-link.com開發的Chrome擴展程式,該擴展的主要功能是“The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.”。
擴展截圖
下載Vox-Link Connect擴展crx文件
下載Vox-Link Connect擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Vox-Link Connect detects telephone numbers on the web and converts them to clickable links for “Click-to-Call” dialing from web-page. The Vox-Link Connect extension enables Vox-Link users to dial numbers directly from their browser or CRM. It detects US and international numbers on websites, CRMs, and customer portals and turns them into clickable links. Non-recognizable numbers can be dialed by highlighting the number and right click to dial from a context menu. Features Works on all websites Detects US phone numbers Detects International phone numbers Phone number detection can be enabled or disabled Increase productivity, accuracy, and streamlines your workflow Option to enable or disable the display of clickable phone icon next to number Numbers can be selected manually and right click to dial from a context menu Usage Simply click on a number and/or phone icon next to the number and the call is made to your phone. Upon answering, it triggers the call to the number on the page. This eliminates the need to copy and paste phone numbers or to physically dial the number from your phone, increasing productivity, accuracy, which streamlines your workflow. This extension requires an active account with Vox-Link. For more information visit us at www.vox-link.com.
擴展基本資訊
名稱 | Vox-Link Connect |
ID | nljfeikipndfiibkhepidinakfobhngn |
官方網址 | https://chromewebstore.google.com/detail/vox-link-connect/nljfeikipndfiibkhepidinakfobhngn |
簡介 | The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM. |
檔案大小 | 59.03 KB |
安裝次數 | 18 |
目前版本 | 1.0.0 |
更新時間 | 2020-03-08 |
上架時間 | 2020-03-08 |
開發者 | https://vox-link.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://vox-link.com/privacy.asp |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Vox-Link Connect", "description": "The Vox-Link Connect extension enables Vox-Link users to dial telephone numbers directly from their browser or CRM.", "icons": { "128": "icons\/VoxLinkConnect128x128.png", "48": "icons\/VoxLinkConnect48x48.png", "16": "icons\/VoxLinkConnect16x16.png" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/style.css" ], "js": [ "js\/jquery.min.js", "js\/inject.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "browser_action": { "default_popup": "html\/popup-settings.html" }, "permissions": [ "storage", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "tabs" ] } |