Easy WhatsApp

Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.

Was ist Easy WhatsApp?

Easy WhatsApp ist eine Chrome-Erweiterung, die von Niv Kaufman entwickelt wurde, und ihr Hauptmerkmal ist "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Erweiterungsscreenshots

screenshot
screenshot

Easy WhatsApp-Erweiterungs-CRX-Datei herunterladen

Laden Sie Easy 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

                        Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.                    

Grundlegende Informationen zur Erweiterung

Name Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
Offizielle URL https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Beschreibung Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Dateigröße 101 KB
Installationsanzahl 47
Aktuelle Version 1.0
Letztes Update 2021-02-20
Veröffentlichungsdatum 2021-02-20
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Niv Kaufman
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy WhatsApp",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Easy WhatsApp"
    },
    "icons": {
        "16": "whatsapp.png",
        "48": "whatsapp.png",
        "128": "whatsapp.png"
    }
}