Easy WhatsApp

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

Apa itu Easy WhatsApp?

Easy WhatsApp adalah ekstensi Chrome yang dikembangkan oleh Niv Kaufman, dan fitur utamanya adalah "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Easy WhatsApp

Unduh file ekstensi Easy WhatsApp dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
URL Resmi https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
Deskripsi Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
Ukuran File 101 KB
Jumlah Instalasi 47
Versi Saat Ini 1.0
Terakhir Diperbarui 2021-02-20
Tanggal Publikasi 2021-02-20
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Niv Kaufman
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}