Snom Direct Caller
Questa estensione permette di chiamare direttamente su un telefono snom.
O que é Snom Direct Caller?
Snom Direct Caller é uma extensão do Chrome desenvolvida por lucaboxx, e sua principal característica é "Questa estensione permette di chiamare direttamente su un telefono snom.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Snom Direct Caller
Baixe arquivos de extensão Snom Direct Caller 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
With Snom Direct Caller you have only to set your snom ip and lets you call a number directly from your browser, you can write the number in the extension or select a number in the page, right click and call!
Informações Básicas da Extensão
Nome | Snom Direct Caller |
ID | meoinahljhhejhhidfohamnimaanigmp |
URL Oficial | https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp |
Descrição | Questa estensione permette di chiamare direttamente su un telefono snom. |
Tamanho do Arquivo | 48.48 KB |
Contagem de Instalações | 67 |
Versão Atual | 2.0 |
Última Atualização | 2018-03-22 |
Data de Publicação | 2018-03-22 |
Desenvolvedor | lucaboxx |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Snom Direct Caller", "description": "Questa estensione permette di chiamare direttamente su un telefono snom.", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "contextMenus", "activeTab", "storage", "tabs", "http:\/\/192.168.2.56\/", "http:\/\/*\/" ], "options_page": "options.html", "background": { "scripts": [ "background.js", "jquery.js" ], "persistent": false }, "icons": { "16": "icon.png" } } |