WBSender
WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption
WBSenderとは何ですか?
WBSenderはgoutam.sindursによって開発されたChromeの拡張機能で、その主な機能は「WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption」です。
拡張機能のスクリーンショット
WBSender拡張機能のCRXファイルをダウンロード
WBSender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Whats app bulk message sender.
1) send whats app message without saving number.
2) send bulk message by adding numbers or by uploading numbers from excel/csv file.
3) send images and documents with caption.
4) sent reports sent/failed/retry.
5) download contacts by catergory. 拡張機能の基本情報
| 名前 | |
| ID | pmkndcjbojpecechmdidnpheljchgojb |
| 公式URL | https://chromewebstore.google.com/detail/wbsender/pmkndcjbojpecechmdidnpheljchgojb |
| 説明 | WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption |
| ファイルサイズ | 2.53 MB |
| インストール数 | 52 |
| 現在のバージョン | 1.0 |
| 最終更新日 | 2023-08-02 |
| 公開日 | 2023-08-02 |
| 開発者 | goutam.sindurs |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://wbsender.s3kn.com/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"background": {
"service_worker": "backgroundslim.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "WBSender"
},
"content_scripts": [
{
"js": [
"contentslim.js"
],
"matches": [
"https:\/\/web.whatsapp.com\/"
]
}
],
"description": "WhatsApp Bulk Sender (WBS) - Send personalised messages using Excel, Images with caption",
"icons": {
"128": "img\/wbs128.png",
"16": "img\/wbs16.png",
"48": "img\/wbs48.png",
"64": "img\/wbs64.png",
"24": "img\/wbs24.png"
},
"manifest_version": 3,
"name": "WBSender",
"permissions": [
"storage",
"offscreen"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.0",
"web_accessible_resources": [
{
"resources": [
"\/css\/lib.css",
"\/img\/*",
"fl.js"
],
"matches": [
"*:\/\/web.whatsapp.com\/*"
]
}
]
} | |