Zoho Quick Dial
Dial any number from any web page directly from your browser.
Was ist Zoho Quick Dial?
Zoho Quick Dial ist eine Chrome-Erweiterung, die von https://www.voicemailtel.com entwickelt wurde, und ihr Hauptmerkmal ist "Dial any number from any web page directly from your browser.".
Erweiterungsscreenshots
Zoho Quick Dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie Zoho Quick Dial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Zoho Quick Dial |
ID | kpidpdkdbgkpkkabejmjldncipfkedcl |
Offizielle URL | https://chromewebstore.google.com/detail/zoho-quick-dial/kpidpdkdbgkpkkabejmjldncipfkedcl |
Beschreibung | Dial any number from any web page directly from your browser. |
Dateigröße | 110 KB |
Installationsanzahl | 248 |
Aktuelle Version | 1.27.6 |
Letztes Update | 2016-12-16 |
Veröffentlichungsdatum | 2016-12-16 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://www.voicemailtel.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |