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是由So Lets Talk Digital開發的Chrome擴展程式,該擴展的主要功能是“WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more”。
擴展截圖
下載SLTD WA Sender擴展crx文件
下載SLTD WA Sender擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
| 名稱 | |
| ID | dfplgogafoacmfggmofnbcliihmbjbah |
| 官方網址 | 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\/*"
]
}
]
} | |