Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
Hvad er Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™ er en Chrome-udvidelse udviklet af Gabriel Esteves Messas, og dens hovedfunktion er "Send WhatsApp™ messages without having to add the contact, just select the number".
Udvidelsesskærmbilleder
Download Easy Sender for WhatsApp™-udvidelses-CRX-fil
Download Easy Sender for WhatsApp™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Easy Sender for WhatsApp™ |
ID | ejiijcenbnglpkoehlganopoheochbon |
Officiel URL | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
Beskrivelse | Send WhatsApp™ messages without having to add the contact, just select the number |
Filstørrelse | 26.11 KB |
Antal Installationer | 5,343 |
Nuværende Version | 1.2 |
Senest Opdateret | 2022-10-24 |
Udgivelsesdato | 2020-05-28 |
Bedømmelse | 3.83/5 Samlet 6 Bedømmelser |
Udvikler | Gabriel Esteves Messas |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
Hjælpeside-URL | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
Understøttede Sprog | 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" } } |