Whats Auto Send
Chrome Extension that allows you to send WhatsApp messages in bulk
Whats Auto Send란 무엇입니까?
Whats Auto Send은(는) Jusceir R에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension that allows you to send WhatsApp messages in bulk"입니다.
확장 프로그램 스크린샷
Whats Auto Send 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The "Automated Messaging and File Sending Extension for WhatsApp" is an essential tool for marketers, sales teams, business owners, and anyone looking to automate and optimize their interactions on WhatsApp. With advanced features and an intuitive interface, it provides a convenient solution for streamlining the sending of messages and files, saving time and improving efficiency.
확장 프로그램 기본 정보
이름 | Whats Auto Send |
ID | dmehhcjdoejcpoffjpfnhfglcacofmdn |
공식 URL | https://chromewebstore.google.com/detail/whats-auto-send/dmehhcjdoejcpoffjpfnhfglcacofmdn |
설명 | Chrome Extension that allows you to send WhatsApp messages in bulk |
파일 크기 | 504 KB |
설치 횟수 | 54 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2023-07-03 |
출시 날짜 | 2023-06-28 |
개발자 | Jusceir R |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Whats Auto Send", "version": "1.0.2", "action": { "default_icon": { "16": "icons\/img.png", "32": "icons\/img.png", "48": "icons\/img.png", "64": "icons\/img.png", "128": "icons\/img.png" }, "default_popup": "popup.html", "default_title": "WAS" }, "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "icons\/wtf16.png", "32": "icons\/wtf32.png", "48": "icons\/wtf48.png", "64": "icons\/wtf64.png", "128": "icons\/wtf128.png" }, "author": "[email protected]", "content_scripts": [ { "js": [ "js\/content_script.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ], "run_at": "document_start" } ], "externally_connectable": { "matches": [ "https:\/\/web.whatsapp.com\/*" ] }, "homepage_url": "https:\/\/w-a-s.web.app\/", "options_ui": { "open_in_tab": false, "page": "options.html" }, "permissions": [ "activeTab", "storage" ], "short_name": "WAS", "storage": { "managed_schema": "schema.json" }, "web_accessible_resources": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "resources": [ "js\/wa-js.js" ] } ] } |