Easy Sender for WhatsApp™

Send WhatsApp™ messages without having to add the contact, just select the number

Wat is Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ is een Chrome-extensie ontwikkeld door Gabriel Esteves Messas, en de belangrijkste functie is "Send WhatsApp™ messages without having to add the contact, just select the number".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Easy Sender for WhatsApp™

Download Easy Sender for WhatsApp™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Officiële URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Beschrijving Send WhatsApp™ messages without having to add the contact, just select the number
Bestandsgrootte 26.11 KB
Aantal Installaties 5,343
Huidige Versie 1.2
Laatst Bijgewerkt 2022-10-24
Publicatiedatum 2020-05-28
Beoordeling 3.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Gabriel Esteves Messas
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Help Pagina-URL https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Ondersteunde Talen 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"
    }
}