DYL Click 2 Dial

Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.

What is DYL Click 2 Dial?

DYL Click 2 Dial is a Chrome extension developed by DYL, and its main feature is "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

Extension Screenshots

screenshot

Download DYL Click 2 Dial Extension CRX File

Download DYL Click 2 Dial extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
Official URL https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal
Description Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
File Size 53.46 KB
Installation Count 325
Current Version 0.3
Last Updated 2020-10-27
Publish Date 2020-10-27
Developer DYL
Email [email protected]
Payment Type free
Extension Website https://www.dyl.com
Help Page URL https://www.dyl.com/support
Privacy Policy Page URL https://dyl.com/privacy-policy
Supported Languages 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:\/\/*\/*"
            ]
        }
    ]
}