SMS VOIP
Call center
O que é SMS VOIP?
SMS VOIP é uma extensão do Chrome desenvolvida por smsassist312, e sua principal característica é "Call center".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SMS VOIP
Baixe arquivos de extensão SMS VOIP 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
This is a chrome extension developed for SMS Assist located in Chicago of USA, Which is developed for their operation managers to make a call by clicking any telephone number on webpage. This is a separated application of VOIP which is a web telephone system of SMS Assist, only the operation managers who signed in the VOIP system have the authority to use it.
Informações Básicas da Extensão
Nome | |
ID | fgmjdedafjnlbdepogjbnijbmpjiafmi |
URL Oficial | https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi |
Descrição | Call center |
Tamanho do Arquivo | 152 KB |
Contagem de Instalações | 32 |
Versão Atual | 1.05 |
Última Atualização | 2018-03-16 |
Data de Publicação | 2018-03-16 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | smsassist312 |
Tipo de Pagamento | free |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SMS VOIP", "description": "Call center", "version": "1.05", "background": { "scripts": [ "dist\/background.js" ] }, "icons": { "16": ".\/icon\/16.ico", "48": ".\/icon\/48.ico", "128": ".\/icon\/128.ico" }, "browser_action": { "default_icon": ".\/icon\/icon.png" }, "permissions": [ "tabs", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/style.css" ], "js": [ "dist\/content.js" ], "run_at": "document_start", "all_frames": true } ] } |