Dialer

Dialer for Google Hangouts - Click to Call any number!

O que é Dialer?

Dialer é uma extensão do Chrome desenvolvida por Zoqui & Zoqui, e sua principal característica é "Dialer for Google Hangouts - Click to Call any number!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Dialer

Baixe arquivos de extensão Dialer 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

                        Do you want to call land lines and mobile for FREE?! (US and Canada) 

Install Dialer, and voilá!

Dialer is a Google Chrome Extension which provides a simple, easy, fast and cheap way to make phone calls throught Google Hangouts.

You can type the phone digits or select them from any web page.                    

Informações Básicas da Extensão

Nome Dialer Dialer
ID cebflmlebmjjbdclelkjbcmepkejmcnp
URL Oficial https://chromewebstore.google.com/detail/dialer/cebflmlebmjjbdclelkjbcmepkejmcnp
Descrição Dialer for Google Hangouts - Click to Call any number!
Tamanho do Arquivo 148 KB
Contagem de Instalações 570
Versão Atual 1.02
Última Atualização 2019-10-06
Data de Publicação 2019-10-06
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Zoqui & Zoqui
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.02",
    "name": "Dialer",
    "description": "Dialer for Google Hangouts - Click to Call any number!",
    "icons": {
        "16": "images\/callme_white_16.png",
        "48": "images\/callme_white_48.png",
        "128": "images\/callme_white_128.png"
    },
    "browser_action": {
        "default_icon": "images\/callme_white_600.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/hangouts.google.com\/*"
            ],
            "js": [
                "context.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+A",
                "mac": "Command+Shift+A",
                "chromeos": "Ctrl+Shift+A",
                "linux": "Ctrl+Shift+A"
            }
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "webNavigation",
        "https:\/\/hangouts.google.com\/*",
        "tabs",
        "contextMenus"
    ]
}