Right click Dialer

Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)

O que é Right click Dialer?

Right click Dialer é uma extensão do Chrome desenvolvida por mihigh, e sua principal característica é "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Right click Dialer

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

                        Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, FaceTime audio only, Jabber, Skype..)                    

Informações Básicas da Extensão

Nome Right click Dialer Right click Dialer
ID aedibklnjgnhjooclfofmleheeihipbd
URL Oficial https://chrome.google.com/webstore/detail/right-click-dialer/aedibklnjgnhjooclfofmleheeihipbd
Descrição Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)
Tamanho do Arquivo 14.9 KB
Contagem de Instalações 2,000
Versão Atual 6
Última Atualização 2015-06-23
Data de Publicação 2015-06-23
Classificação 2.74/5 Total de 43 Avaliações
Desenvolvedor mihigh
Tipo de Pagamento free
Site da Extensão https://github.com/mihigh
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Right click Dialer",
    "description": "Selecting a phone number and right-clicking it to call that number using multiple apps for calling(FaceTime, Jabber, Skype..)",
    "short_name": "Right click Dialer",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 2,
    "version": "6",
    "permissions": [
        "contextMenus",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    }
}