WA Automation (WAMate)
Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send
WA Automation (WAMate)とは何ですか?
WA Automation (WAMate)はRestSendによって開発されたChromeの拡張機能で、その主な機能は「Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send」です。
拡張機能のスクリーンショット
WA Automation (WAMate)拡張機能のCRXファイルをダウンロード
WA Automation (WAMate)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WhatsApp™ Contacts Manage or Bulk Send with labels. Run workflow on WhatsApp™ web, automatically reply or send to Webhook, send bulk messages, ✨No-Code✨ Required. - 🎉 Manage your contacts with labels, fast and efficient - 🤖 Drag and drop to configure a powerful Workflow - 🎉 Send a welcome message, which is especially useful when new members join the group - 😀 Reply to your conversations according to keywords, graphical conversation chat configuration, the process is very clear and simple - ✨Send bulk messages, even pictures - 💪 Powerful repetitive sending, you can send the message and content you want every day or according to the working day - 🔥 Free, No-Code Required. ----------------------------- WhatsApp is a trademark of WhatsApp LLC. This extension is an unofficial enhancement for WhatsApp™ Web and is not related in any way to WhatsApp LLC.
拡張機能の基本情報
名前 | |
ID | aemgcjkfdmkofmjffijnejenlikjjlhk |
公式URL | https://chrome.google.com/webstore/detail/wa-automation-wamate/aemgcjkfdmkofmjffijnejenlikjjlhk |
説明 | Automation for WhatsApp™, contacts manager with labels, nocode workflow, bulk send |
ファイルサイズ | 1.16 MB |
インストール数 | 618 |
現在のバージョン | 1.1.6 |
最終更新日 | 2022-02-10 |
公開日 | 2021-12-20 |
評価 | 1.00/5 合計 2 レビュー |
開発者 | RestSend |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://restsend.com/?from=wamate_chrome |
プライバシーポリシーページのURL | https://restsend.com/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Automation (WAMate)", "description": "Automation for WhatsApp\u2122, contacts manager with labels, nocode workflow, bulk send", "homepage_url": "https:\/\/restsend.com\/?from=wamate_chrome_1.1.6", "version": "1.1.6", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "icons": { "64": "icons\/icon_64.png", "96": "icons\/icon_96.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_64.png" }, "permissions": [ "https:\/\/web.whatsapp.com\/", "webNavigation", "tabs", "storage" ], "web_accessible_resources": [ "content.js", "waext.js", "fonts\/*", "images\/*", "icons\/*" ] } |