DYL Click 2 Dial
Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
Was ist DYL Click 2 Dial?
DYL Click 2 Dial ist eine Chrome-Erweiterung, die von DYL entwickelt wurde, und ihr Hauptmerkmal ist "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".
Erweiterungsscreenshots
DYL Click 2 Dial-Erweiterungs-CRX-Datei herunterladen
Laden Sie DYL Click 2 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
Wish you could call prospects from your CRM with just one click? You can! “Click 2 Dial” enables you to search on the web and click on any number with a DYL Icon to dial that number immediately. Send text messages or make calls. Also pops up an extension window for easy texting and dialing.
Grundlegende Informationen zur Erweiterung
Name | DYL Click 2 Dial |
ID | fjgflnncpmgggnjhbldinmghmhjbgfal |
Offizielle URL | https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal |
Beschreibung | Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM. |
Dateigröße | 53.46 KB |
Installationsanzahl | 325 |
Aktuelle Version | 0.3 |
Letztes Update | 2020-10-27 |
Veröffentlichungsdatum | 2020-10-27 |
Entwickler | DYL |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.dyl.com |
Hilfeseite URL | https://www.dyl.com/support |
URL der Datenschutzrichtlinien-Seite | https://dyl.com/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DYL Click 2 Dial", "manifest_version": 2, "version": "0.3", "description": "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.", "browser_action": { "default_icon": "alert.icon.png", "default_title": "Quick Call", "default_popup": "popup.html" }, "permissions": [ "activeTab", "cookies", "https:\/\/my.dyl.com\/" ], "web_accessible_resources": [ "alert.icon.png" ], "background": { "scripts": [ "jquery.js", "popup.js" ], "persistent": false }, "content_scripts": [ { "css": [ "c2d.css" ], "js": [ "jquery.js", "c2d.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |