Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
O que é Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™ é uma extensão do Chrome desenvolvida por Gabriel Esteves Messas, e sua principal característica é "Send WhatsApp™ messages without having to add the contact, just select the number".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Easy Sender for WhatsApp™
Baixe arquivos de extensão Easy Sender for WhatsApp™ 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
Start a WhatsApp™ conversation just by selecting the phone number of destination, right-clicking it and selecting the extension option. The name WhatsApp™, its logo and associated information are intelectual property of WhatsApp Inc. and this application is not officially related to the company.
Informações Básicas da Extensão
Nome | Easy Sender for WhatsApp™ |
ID | ejiijcenbnglpkoehlganopoheochbon |
URL Oficial | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
Descrição | Send WhatsApp™ messages without having to add the contact, just select the number |
Tamanho do Arquivo | 26.11 KB |
Contagem de Instalações | 5,343 |
Versão Atual | 1.2 |
Última Atualização | 2022-10-24 |
Data de Publicação | 2020-05-28 |
Classificação | 3.83/5 Total de 6 Avaliações |
Desenvolvedor | Gabriel Esteves Messas |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
URL da Página de Ajuda | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
Idiomas Suportados | en,en-GB,en-US,es,es-419,pt-BR,pt-PT |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.2", "default_locale": "en_US", "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": "Easy Sender.png" }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "contextMenus", "storage", "scripting", "activeTab" ], "icons": { "16": "Easy Sender.png", "32": "Easy Sender.png", "48": "Easy Sender.png", "128": "Easy Sender.png" } } |