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.
擴展基本資訊
名稱 | WBSender |
ID | pmkndcjbojpecechmdidnpheljchgojb |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } ] } |