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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載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.                    

擴展基本資訊

名稱 WA Automation (WAMate) WA Automation (WAMate)
ID aemgcjkfdmkofmjffijnejenlikjjlhk
官方網址 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
電子郵箱 [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\/*"
    ]
}