Easy WhatsApp

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

Cos'è Easy WhatsApp?

Easy WhatsApp è un'estensione di Chrome sviluppata da Niv Kaufman, e la sua funzione principale è "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Easy WhatsApp

Scarica i file di estensione Easy WhatsApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
URL Ufficiale https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Descrizione Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Dimensione del File 101 KB
Conteggio Installazioni 47
Versione Corrente 1.0
Ultimo Aggiornamento 2021-02-20
Data di Pubblicazione 2021-02-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Niv Kaufman
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}