DYL Click 2 Dial

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

O que é DYL Click 2 Dial?

DYL Click 2 Dial é uma extensão do Chrome desenvolvida por DYL, e sua principal característica é "Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DYL Click 2 Dial

Baixe arquivos de extensão DYL Click 2 Dial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome DYL Click 2 Dial DYL Click 2 Dial
ID fjgflnncpmgggnjhbldinmghmhjbgfal
URL Oficial https://chromewebstore.google.com/detail/dyl-click-2-dial/fjgflnncpmgggnjhbldinmghmhjbgfal
Descrição Call or text directly from a weblink when logged into DYL. Works seamlessly with your CRM.
Tamanho do Arquivo 53.46 KB
Contagem de Instalações 325
Versão Atual 0.3
Última Atualização 2020-10-27
Data de Publicação 2020-10-27
Desenvolvedor DYL
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.dyl.com
URL da Página de Ajuda https://www.dyl.com/support
URL da Página de Política de Privacidade https://dyl.com/privacy-policy
Idiomas Suportados 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:\/\/*\/*"
            ]
        }
    ]
}