Easy Sender for WhatsApp™
Send WhatsApp™ messages without having to add the contact, just select the number
Apa itu Easy Sender for WhatsApp™?
Easy Sender for WhatsApp™ adalah ekstensi Chrome yang dikembangkan oleh Gabriel Esteves Messas, dan fitur utamanya adalah "Send WhatsApp™ messages without having to add the contact, just select the number".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Easy Sender for WhatsApp™
Unduh file ekstensi Easy Sender for WhatsApp™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Easy Sender for WhatsApp™ |
ID | ejiijcenbnglpkoehlganopoheochbon |
URL Resmi | https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon |
Deskripsi | Send WhatsApp™ messages without having to add the contact, just select the number |
Ukuran File | 26.11 KB |
Jumlah Instalasi | 5,343 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-10-24 |
Tanggal Publikasi | 2020-05-28 |
Penilaian | 3.83/5 Total 6 Penilaian |
Pengembang | Gabriel Esteves Messas |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
URL Halaman Bantuan | https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html |
Bahasa yang Didukung | 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" } } |