DYL Click 2 Dial

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

Qu'est-ce que DYL Click 2 Dial ?

DYL Click 2 Dial est une extension Chrome développée par DYL, et sa fonction principale est "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension DYL Click 2 Dial

Téléchargez les fichiers d'extension DYL Click 2 Dial au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
URL Officiel 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.
Taille du Fichier 53.46 KB
Nombre d'Installations 325
Version Actuelle 0.3
Dernière Mise à Jour 2020-10-27
Date de Publication 2020-10-27
Développeur DYL
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.dyl.com
URL de la Page d'Aide https://www.dyl.com/support
URL de la Page de Politique de Confidentialité https://dyl.com/privacy-policy
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}