DYL Click 2 Dial
Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
DYL Click 2 Dialคืออะไร?
DYL Click 2 Dial เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DYL และคุณลักษณะหลักของมันคือ "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DYL Click 2 Dial
ดาวน์โหลดไฟล์ส่วนขยาย DYL Click 2 Dial ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DYL Click 2 Dial |
ID | fjgflnncpmgggnjhbldinmghmhjbgfal |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal |
คำอธิบาย | Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM. |
ขนาดไฟล์ | 53.46 KB |
จำนวนการติดตั้ง | 325 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-10-27 |
วันที่เผยแพร่ | 2020-10-27 |
ผู้พัฒนา | DYL |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.dyl.com |
URL หน้าช่วยเหลือ | https://www.dyl.com/support |
URL หน้านโยบายความเป็นส่วนตัว | https://dyl.com/privacy-policy |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } ] } |