Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
What is Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™ is a Chrome extension developed by Gabriel Esteves Messas, and its main feature is "Send WhatsApp™ messages without having to add the contact, just select the number".
Extension Screenshots
Download Easy Sender for WhatsApp™ Extension CRX File
Download Easy Sender for WhatsApp™ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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. Extension Basic Information
| Name | |
| ID | ejiijcenbnglpkoehlganopoheochbon |
| Official URL | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
| Description | Send WhatsApp™ messages without having to add the contact, just select the number |
| File Size | 26.11 KB |
| Installation Count | 5,343 |
| Current Version | 1.2 |
| Last Updated | 2022-10-24 |
| Publish Date | 2020-05-28 |
| Rating | 3.83/5 Total 6 Ratings |
| Developer | Gabriel Esteves Messas |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
| Help Page URL | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
| Supported Languages | 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"
}
} | |