DYL Click 2 Dial

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

Wat is DYL Click 2 Dial?

DYL Click 2 Dial is een Chrome-extensie ontwikkeld door DYL, en de belangrijkste functie is "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DYL Click 2 Dial

Download DYL Click 2 Dial-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
Officiële URL https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal
Beschrijving Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
Bestandsgrootte 53.46 KB
Aantal Installaties 325
Huidige Versie 0.3
Laatst Bijgewerkt 2020-10-27
Publicatiedatum 2020-10-27
Ontwikkelaar DYL
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dyl.com
Help Pagina-URL https://www.dyl.com/support
URL van de Privacybeleid Pagina https://dyl.com/privacy-policy
Ondersteunde Talen 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:\/\/*\/*"
            ]
        }
    ]
}