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ファイルをダウンロード
Whats Auto Send拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |