WAGrab - Blast, Schedule, Scraping, & Chatbot
Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web.
WAGrab - Blast, Schedule, Scraping, & Chatbot란 무엇입니까?
WAGrab - Blast, Schedule, Scraping, & Chatbot은(는) http://wagrab.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web."입니다.
확장 프로그램 스크린샷
WAGrab - Blast, Schedule, Scraping, & Chatbot 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Blast! Scheduled campaign! Send bulk messages to any contacts. Create chatbots with NLP. Extract phone numbers. All side by side in WhatsApp™ Web. 😎 COOL FEATURES YOU WILL LOVE: ✔ Auto reply chatbot with learning capability ✔ Chatbot with sending image/button and custom data ✔ Auto greeting chatbot with image/button and schedule ✔ Blast/send bulk messages. ✔ Scheduled marketing campaign with detailed result. ✔ Scrape & extract contacts from groups, communities, labels, or unsaved numbers. ✔ Scrape phone numbers from any web pages. ✔ Quick reply chat with templates. ✔ Send message with button template (limited) ✔ Custom data collection for broadcast. ✔ Safe broadcast with delay and message rotator/spin. ✔ Integrate with Google Form, send notification on form submit. ✔ Webhook and REST API support. ✔ Sync and save your setting in the cloud for FREE. 📅 UPCOMING COOL FEATURES: - Catalog and order management - ChatGPT integration! - Message and story scheduler - Chatbot menu flow - Jotform, Typeform, Swipe page support - Scraping automation 📝 CHANGELOG 5.2.1: - Google form integration 📌 INSTRUCTION: - Register/login by setup PIN after installed. - REFRESH WhatsApp™ Web if it's not running after installed. - DISABLE other WhatsApp™ Web extension. - Latest & manual install: https://wagrab.com/build Usage of this extension is under WhatsApp™ regulation and limitation. WhatsApp™ is a trademark of WhatsApp Inc.
확장 프로그램 기본 정보
이름 | WAGrab - Blast, Schedule, Scraping, & Chatbot |
ID | mdbahoikmdbalfgbblinaiojgmliinbh |
공식 URL | https://chrome.google.com/webstore/detail/wagrab-blast-schedule-scr/mdbahoikmdbalfgbblinaiojgmliinbh |
설명 | Blast, scheduled campaign, chatbot, and extract contacts for WhatsApp™ Web. |
파일 크기 | 2.18 MB |
설치 횟수 | 3,258 |
현재 버전 | 5.2.1 |
최근 업데이트 | 2023-07-16 |
출시 날짜 | 2022-12-20 |
평점 | 4.56/5 총 9 개의 평점 |
개발자 | http://wagrab.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://wagrab.com |
도움말 페이지 URL | https://wa.me/6285792059652 |
개인정보 보호 정책 페이지 URL | https://wagrab.com/privacy.html |
지원되는 언어 | id,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "icons\/icon-16x16.png", "48": "icons\/icon-48x48.png", "128": "icons\/icon-128x128.png" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_popup": "www\/index.html#\/popup", "default_title": "WAGrab - Blast, Schedule, Scraping, & Chatbot" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "assets\/content.css" ], "js": [ "content-script.js" ], "all_frame": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "*" ], "matches": [ "*:\/\/*\/*" ] } ], "name": "WAGrab - Blast, Schedule, Scraping, & Chatbot", "short_name": "WAGrab - Blast, Schedule, Scraping, & Chatbot", "version": "5.2.1" } |