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.”。

擴展截圖

screenshot

下載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 DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}