Simotel Click2dial chrome extension
Use context menu to call with Simotel
O que é Simotel Click2dial chrome extension?
Simotel Click2dial chrome extension é uma extensão do Chrome desenvolvida por Nasim Telecom, e sua principal característica é "Use context menu to call with Simotel".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Simotel Click2dial chrome extension
Baixe arquivos de extensão Simotel Click2dial chrome extension 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
Simotel Click2Dial chrome extension provide a simple way to send phone numbers to Simotel client apps. How to use: Select the any phone number you wish to call in chrome tabs, open context menu by right click and finally click on Simotel icon, calls send to your Simotel apps. Notice: This app is usable for Simotel PBX.
Informações Básicas da Extensão
Nome | Simotel Click2dial chrome extension |
ID | bcmgcllckkknkmlkdlckejiedighncha |
URL Oficial | https://chromewebstore.google.com/detail/simotel-click2dial-chrome/bcmgcllckkknkmlkdlckejiedighncha |
Descrição | Use context menu to call with Simotel |
Tamanho do Arquivo | 105 KB |
Contagem de Instalações | 284 |
Versão Atual | 2.0 |
Última Atualização | 2023-03-14 |
Data de Publicação | 2020-08-14 |
Classificação | 5.00/5 Total de 8 Avaliações |
Desenvolvedor | Nasim Telecom |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://simotel.com/ |
URL da Página de Ajuda | https://simotel.com/contact/ |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Simotel Click2dial chrome extension", "description": "Use context menu to call with Simotel", "version": "2.0", "manifest_version": 2, "options_page": "index.html", "permissions": [ "notifications", "contextMenus", "storage", "*:\/\/*\/*" ], "background": { "scripts": [ "js\/simotel.js", "js\/background.js", "js\/jquery.min.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/simotel.js", "js\/jquery.min.js", "js\/content.js" ] } ], "browser_action": { "default_popup": "index.html" }, "icons": { "32": "images\/simotel32.png", "64": "images\/simotel64.png", "128": "images\/simotel128.png" } } |