Easy WhatsApp

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

Wat is Easy WhatsApp?

Easy WhatsApp is een Chrome-extensie ontwikkeld door Niv Kaufman, en de belangrijkste functie is "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Easy WhatsApp

Download Easy 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

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

Basisinformatie over de Extensie

Naam Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
Officiële URL https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Beschrijving Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Bestandsgrootte 101 KB
Aantal Installaties 47
Huidige Versie 1.0
Laatst Bijgewerkt 2021-02-20
Publicatiedatum 2021-02-20
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Niv Kaufman
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}