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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SLTD WA Sender
ดาวน์โหลดไฟล์ส่วนขยาย SLTD WA Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | dfplgogafoacmfggmofnbcliihmbjbah |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/empty-title/dfplgogafoacmfggmofnbcliihmbjbah |
| คำอธิบาย | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| ขนาดไฟล์ | 4.58 MB |
| จำนวนการติดตั้ง | 2,261 |
| เวอร์ชันปัจจุบัน | 1.3.24 |
| อัปเดตครั้งล่าสุด | 2023-11-07 |
| วันที่เผยแพร่ | 2022-10-13 |
| คะแนน | 1.33/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | 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": "1.3.24",
"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": "SLTD WA Sender",
"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\/*"
]
}
]
} | |