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 |
公式URL | 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 |
Eメール | [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" ] } |