Zoho Quick Dial
Dial any number from any web page directly from your browser.
什麼是Zoho Quick Dial?
Zoho Quick Dial是由https://www.voicemailtel.com開發的Chrome擴展程式,該擴展的主要功能是“Dial any number from any web page directly from your browser.”。
擴展截圖
下載Zoho Quick Dial擴展crx文件
下載Zoho Quick Dial擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Click to call for Yealink, Snom, Polycom, VTech and Cisco series 500 devices (Zoho CRM compatible) Dial any number from any web page directly from your browser. Zoho CRM users can now enjoy the benefits of Click-to-dial calling which will boost productivity and increase employee efficiency. This integration allows users to make calls from Zoho CRM in a single click. Avoid jumping multiple devices and save time in handling each call. Automatic call logging All outbound calls will be logged automatically inside Zoho CRM directly on your Lead Activity window. You can avoid manual logging of call details and have it all tracked instantly within Zoho CRM. Requirements • For Zoho CRM integration, you need a Zoho CRM account
擴展基本資訊
名稱 | Zoho Quick Dial |
ID | kpidpdkdbgkpkkabejmjldncipfkedcl |
官方網址 | https://chromewebstore.google.com/detail/zoho-quick-dial/kpidpdkdbgkpkkabejmjldncipfkedcl |
簡介 | Dial any number from any web page directly from your browser. |
檔案大小 | 110 KB |
安裝次數 | 248 |
目前版本 | 1.27.6 |
更新時間 | 2016-12-16 |
上架時間 | 2016-12-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://www.voicemailtel.com |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Zoho Quick Dial", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Dial any number from any web page directly from your browser.", "background": { "page": "background.html" }, "homepage_url": "http:\/\/voicemailtel.com\/", "version": "1.27.6", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/icon16.png", "default_title": "Zoho Quick Dial" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |