WASender Free Plugin
WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
WASender Free Pluginとは何ですか?
WASender Free Pluginはhttps://wasender.comによって開発されたChromeの拡張機能で、その主な機能は「WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more」です。
拡張機能のスクリーンショット
WASender Free Plugin拡張機能のCRXファイルをダウンロード
WASender Free Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies
Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business
Export & sync your contacts lists and much more... 拡張機能の基本情報
| 名前 | |
| ID | dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| 公式URL | https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb |
| 説明 | WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more |
| ファイルサイズ | 2.13 MB |
| インストール数 | 10,022 |
| 現在のバージョン | 1.0.21 |
| 最終更新日 | 2022-09-03 |
| 公開日 | 2021-03-11 |
| 評価 | 4.17/5 合計 30 レビュー |
| 開発者 | https://wasender.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://waplug.in/ |
| ヘルプページのURL | https://tawk.to/wapluginSupport |
| プライバシーポリシーページのURL | https://wasender.com/privacy |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WASender Free Plugin",
"version": "1.0.21",
"description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
"background": {
"scripts": [
"backgroundmin.js"
]
},
"content_scripts": [
{
"matches": [
"https:\/\/web.whatsapp.com\/"
],
"js": [
"contentmin.js"
]
}
],
"browser_action": {
"default_popup": "popup.html",
"default_title": "WASender"
},
"permissions": [
"storage"
],
"manifest_version": 2,
"icons": {
"16": "img\/icon16.png",
"48": "img\/icon48.png",
"128": "img\/icon128.png"
},
"web_accessible_resources": [
"css\/lib.css",
"\/img\/*",
"flmin.js"
]
} | |