Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
Cos'è Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™ è un'estensione di Chrome sviluppata da Gabriel Esteves Messas, e la sua funzione principale è "Send WhatsApp™ messages without having to add the contact, just select the number".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Easy Sender for WhatsApp™
Scarica i file di estensione Easy Sender for WhatsApp™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Easy Sender for WhatsApp™ |
ID | ejiijcenbnglpkoehlganopoheochbon |
URL Ufficiale | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
Descrizione | Send WhatsApp™ messages without having to add the contact, just select the number |
Dimensione del File | 26.11 KB |
Conteggio Installazioni | 5,343 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-10-24 |
Data di Pubblicazione | 2020-05-28 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | Gabriel Esteves Messas |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
URL della Pagina di Aiuto | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
Lingue Supportate | 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" } } |