WA Quick Group - Import WA Group members CSV
Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file.
WA Quick Group - Import WA Group members CSVとは何ですか?
WA Quick Group - Import WA Group members CSVはWA Awesome Toolによって開発されたChromeの拡張機能で、その主な機能は「Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file.」です。
拡張機能のスクリーンショット
WA Quick Group - Import WA Group members CSV拡張機能のCRXファイルをダウンロード
WA Quick Group - Import WA Group members CSV拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
FEATURE
- Create groups by importing participants from a CSV file.
- Import existing group members from CSV.
- Automatically send invite group link when WhatsApp number is not in your contact list. 拡張機能の基本情報
| 名前 | |
| ID | nimhpogohihnabaooccdllippcaaloie |
| 公式URL | https://chromewebstore.google.com/detail/wa-quick-group-import-wa/nimhpogohihnabaooccdllippcaaloie |
| 説明 | Bulk create WhatsApp group. mass add group participants by import WhatsApp number CSV file. |
| ファイルサイズ | 667 KB |
| インストール数 | 983 |
| 現在のバージョン | 1.1.0 |
| 最終更新日 | 2023-11-24 |
| 公開日 | 2023-04-19 |
| 評価 | 1.00/5 合計 3 レビュー |
| 開発者 | WA Awesome Tool |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://waquickgroup.whatsabot.com/ |
| プライバシーポリシーページのURL | https://wagroup.whatsabot.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.1.0",
"homepage_url": "https:\/\/waquickgroup.whatsabot.com\/",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"storage",
"tabs"
],
"host_permissions": [],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/web.whatsapp.com\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
],
"css": [
".\/dist\/contentScripts\/style.css"
],
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
" | |