Select and Dial
Select a phone number, right click and dial it.
O que é Select and Dial?
Select and Dial é uma extensão do Chrome desenvolvida por Agentur Simon, e sua principal característica é "Select a phone number, right click and dial it.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Select and Dial
Baixe arquivos de extensão Select and 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
Small chrome extension, to select a number and dial it through a url-handler like tel:// or sip:// I wrote it for procall one, to use their phone:// - handler. Source: https://github.com/SimonWpt/chrome.ext.phone
Informações Básicas da Extensão
Nome | Select and Dial |
ID | bblggkmgbdcnbgdjjggjegdddhmklcpg |
URL Oficial | https://chromewebstore.google.com/detail/select-and-dial/bblggkmgbdcnbgdjjggjegdddhmklcpg |
Descrição | Select a phone number, right click and dial it. |
Tamanho do Arquivo | 12.41 KB |
Contagem de Instalações | 1,195 |
Versão Atual | 0.1.1 |
Última Atualização | 2016-09-06 |
Data de Publicação | 2016-09-06 |
Classificação | 3.33/5 Total de 6 Avaliações |
Desenvolvedor | Agentur Simon |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/SimonWpt/chrome.ext.phone |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "script.js" ] }, "description": "Select a phone number, right click and dial it.", "icons": { "128": "128.png", "16": "16.png", "32": "32.png", "64": "64.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Select and Dial", "permissions": [ "contextMenus", "storage" ], "version": "0.1.1" } |