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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
이메일 [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\/*"
    ]
}