Easy WhatsApp

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

Easy WhatsAppคืออะไร?

Easy WhatsApp เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Niv Kaufman และคุณลักษณะหลักของมันคือ "Send WhatsApp messages easily without the need to add the contact person first in your mobile phone."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy WhatsApp

ดาวน์โหลดไฟล์ส่วนขยาย Easy WhatsApp ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Easy WhatsApp Easy WhatsApp
ID kgafnhjopfilngohclablcmjdfnaceoj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/easy-whatsapp/kgafnhjopfilngohclablcmjdfnaceoj
คำอธิบาย Send WhatsApp messages easily without the need to add the contact person first in your mobile phone.
ขนาดไฟล์ 101 KB
จำนวนการติดตั้ง 47
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-02-20
วันที่เผยแพร่ 2021-02-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Niv Kaufman
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
    }
}