DYL Click 2 Dial
Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
Apa itu DYL Click 2 Dial?
DYL Click 2 Dial adalah ekstensi Chrome yang dikembangkan oleh DYL, dan fitur utamanya adalah "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DYL Click 2 Dial
Unduh file ekstensi DYL Click 2 Dial dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | DYL Click 2 Dial |
ID | fjgflnncpmgggnjhbldinmghmhjbgfal |
URL Resmi | https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal |
Deskripsi | Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM. |
Ukuran File | 53.46 KB |
Jumlah Instalasi | 325 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2020-10-27 |
Tanggal Publikasi | 2020-10-27 |
Pengembang | DYL |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.dyl.com |
URL Halaman Bantuan | https://www.dyl.com/support |
URL Halaman Kebijakan Privasi | https://dyl.com/privacy-policy |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |