Easy Sender for WhatsApp™

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

Was ist Easy Sender for WhatsApp™?

Easy Sender for WhatsApp™ ist eine Chrome-Erweiterung, die von Gabriel Esteves Messas entwickelt wurde, und ihr Hauptmerkmal ist "Send WhatsApp™ messages without having to add the contact, just select the number".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Easy Sender for WhatsApp™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy Sender for WhatsApp™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Easy Sender for WhatsApp™ Easy Sender for WhatsApp™
ID ejiijcenbnglpkoehlganopoheochbon
Offizielle URL https://chromewebstore.google.com/detail/easy-sender-for-whatsapp/ejiijcenbnglpkoehlganopoheochbon
Beschreibung Send WhatsApp™ messages without having to add the contact, just select the number
Dateigröße 26.11 KB
Installationsanzahl 5,343
Aktuelle Version 1.2
Letztes Update 2022-10-24
Veröffentlichungsdatum 2020-05-28
Bewertung 3.83/5 Insgesamt 6 Bewertungen
Entwickler Gabriel Esteves Messas
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Hilfeseite URL https://tttotaltechtips.blogspot.com/p/easy-sender-for-whatsapp-chromium.html
Unterstützte Sprachen 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"
    }
}