SLTD WA Sender

WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more

SLTD WA Senderคืออะไร?

SLTD WA Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย So Lets Talk Digital และคุณลักษณะหลักของมันคือ "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLTD WA Sender

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

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

                                            

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

ชื่อ SLTD WA Sender SLTD WA Sender
ID gmcihcjojmjkmgbfndodiafhhgeakdea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/empty-title/gmcihcjojmjkmgbfndodiafhhgeakdea
คำอธิบาย WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
ขนาดไฟล์ 4.58 MB
จำนวนการติดตั้ง 233
เวอร์ชันปัจจุบัน 2.0.32
อัปเดตครั้งล่าสุด 2023-09-07
วันที่เผยแพร่ 2022-10-19
ผู้พัฒนา So Lets Talk Digital
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://soletstalkapp.com/
URL หน้าช่วยเหลือ https://soletstalkapp.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://soletstalkapp.com/privacy
ภาษาที่รองรับ
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SLTD WA Sender",
    "version": "2.0.32",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "action": {
        "default_title": "WASender",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "css\/lib.css",
                "\/img\/*",
                "flmin.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}