WA Group Scraper & Group Message Sender

Scrape thousands WhatsApp group links and mass join. Extract WhatsApp group member's phone number to Excel

WA Group Scraper & Group Message Senderคืออะไร?

WA Group Scraper & Group Message Sender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย WA Awesome Tool และคุณลักษณะหลักของมันคือ "Scrape thousands WhatsApp group links and mass join. Extract WhatsApp group member's phone number to Excel"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WA Group Scraper & Group Message Sender

ดาวน์โหลดไฟล์ส่วนขยาย WA Group Scraper & Group Message Sender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        #1 WhatsApp group finder & group message sender.

WAGroup automatically scrape WhatsApp group links in any website, mass join group then extracts group member's phone number to Excel, even auto send group messages.

What WA Group Scraper does for you:
* B2B Lead Generation
* Sales Prospecting Tool
* Marketing

# FEATURES

✓ Find WhatsApp group links on any website.
✓ Send message to all groups
✓ Mass Join all groups
✓ Mass Leave all groups
✓ Export group members to Excel/CSV/JSON/VCard

# FAQ

https://wagroup.whatsabot.com/#faq
If you have any questions, please keep in touch via [email protected].

# DATA PRIVACY

All data is processed in your local computer, never passing through our web server, and no one knows what you exported.

# STATEMENT

WhatsApp™ is a trademark of Facebook Inc. WAGroup is not affiliated with, endorsed, sponsored, or otherwise related to WhatsApp, Inc. or any of its affiliates or subsidiaries.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WA Group Scraper & Group Message Sender WA Group Scraper & Group Message Sender
ID ffeplcclnhichbeocjmighhccebmdicn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wa-group-scraper-group-me/ffeplcclnhichbeocjmighhccebmdicn
คำอธิบาย Scrape thousands WhatsApp group links and mass join. Extract WhatsApp group member's phone number to Excel
ขนาดไฟล์ 861 KB
จำนวนการติดตั้ง 703
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2023-10-20
วันที่เผยแพร่ 2023-02-19
ผู้พัฒนา WA Awesome Tool
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://wagroup.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.0.3",
    "homepage_url": "https:\/\/wagroup.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": [
                ""
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ],
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}