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 |
| 公式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 |
| Eメール | [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\/*"
]
}
]
} | |