Easy WhatsApp

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

Hvad er Easy WhatsApp?

Easy WhatsApp er en Chrome-udvidelse udviklet af Niv Kaufman, og dens hovedfunktion er "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Easy WhatsApp-udvidelses-CRX-fil

Download Easy WhatsApp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
Officiel URL https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Beskrivelse Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Filstørrelse 101 KB
Antal Installationer 47
Nuværende Version 1.0
Senest Opdateret 2021-02-20
Udgivelsesdato 2021-02-20
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Niv Kaufman
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}