WebSMS
Send SMS text messages from your browser
O que é WebSMS?
WebSMS é uma extensão do Chrome desenvolvida por 21st Century Mobile, e sua principal característica é "Send SMS text messages from your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WebSMS
Baixe arquivos de extensão WebSMS 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
Send SMS text messages from your browser WebSMS uses our messaging platform for sending messages. Use a credit card to top-up your account and enjoy the easy way to keep in contact with customers and texting co-workers. Included features: + Create and send to recipients + Groups allows sending to multiple recipients + Replies directly in your mobile + Price list per destination country + 5 test messages Optional features: + Public groups with self managed members + Replies to e-mail + Every texting feature imaginable through API:s and our competent platform and staff
Informações Básicas da Extensão
Nome | WebSMS |
ID | dlkemlgapokpjaccplkmkompccipfebk |
URL Oficial | https://chromewebstore.google.com/detail/websms/dlkemlgapokpjaccplkmkompccipfebk |
Descrição | Send SMS text messages from your browser |
Tamanho do Arquivo | 346 KB |
Contagem de Instalações | 2,354 |
Versão Atual | 2.2 |
Última Atualização | 2020-10-31 |
Data de Publicação | 2020-10-30 |
Classificação | 3.67/5 Total de 6 Avaliações |
Desenvolvedor | 21st Century Mobile |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Ajuda | https://www.21st.se/support/ |
URL da Página de Política de Privacidade | https://www.21st.se/policy-och-riktlinjer-for-tillampning-av-gdpr |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebSMS", "description": "Send SMS text messages from your browser", "version": "2.2", "browser_action": { "default_icon": "icon-16.png", "default_title": "WebSMS", "default_popup": "widget.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" } } }, "permissions": [ "https:\/\/mymsp.21st.se\/*" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |