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はDYLによって開発されたChromeの拡張機能で、その主な機能は「Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.」です。
拡張機能のスクリーンショット
DYL Click 2 Dial拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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:\/\/*\/*" ] } ] } |