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 |
官方網址 | 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" ] } ] } |