Whatsify! Send WhatsApp without contact

Send WhatsApp Messages from Browser without saving contact

Whatsify! Send WhatsApp without contactคืออะไร?

Whatsify! Send WhatsApp without contact เป็นส่วนขยายของ Chrome ที่พัฒนาโดย getwhatsify และคุณลักษณะหลักของมันคือ "Send WhatsApp Messages from Browser without saving contact"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Whatsify! Send WhatsApp without contact

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

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

                        Whatsify.io ! Send WhatsApp without saving contact
Send WhatsApp Messages by highlighting the contact number
Save Messages as Templates to send same messages to multiple contacts
This extension uses WhatsApp Web for sending the messages                    

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

ชื่อ Whatsify! Send WhatsApp without contact Whatsify! Send WhatsApp without contact
ID jgkfenhepoeimmmelddeaejkbphflnil
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/whatsify-send-whatsapp-wi/jgkfenhepoeimmmelddeaejkbphflnil
คำอธิบาย Send WhatsApp Messages from Browser without saving contact
ขนาดไฟล์ 431 KB
จำนวนการติดตั้ง 118
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-11-13
วันที่เผยแพร่ 2022-11-13
ผู้พัฒนา getwhatsify
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.whatsify.io/
URL หน้าช่วยเหลือ https://www.whatsify.io/
ภาษาที่รองรับ id,de,en,fr,tr,ca,es,it,pl,pt-BR,pt-PT,ru,hi,ta,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whatsify! Send WhatsApp without  contact",
    "version": "1.0.0",
    "description": "Send WhatsApp Messages from Browser without saving contact",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "icons": {
        "16": "src\/assets\/extension-icons\/logo-16.png",
        "48": "src\/assets\/extension-icons\/logo-48.png",
        "128": "src\/assets\/extension-icons\/logo-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "src\/assets\/extension-icons\/logo-32.png",
                "sec\/assets\/**.woff"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "assets\/detect.fb344fd6.js",
                "assets\/content.284c150b.js",
                "assets\/icon.c9640222.js"
            ],
            "use_dynamic_url": true
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/constants.js",
                "assets\/parseGoogleMap.efb6546d.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.detect.fb344fd6.eab0334e.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_end"
        },
        {
            "js": [
                "assets\/content-script-loader.content.284c150b.9846225c.js",
                "assets\/content-script-loader.icon.c9640222.d867a60c.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        }
    ]
}