WAContactSaver - Export WA Contacts Tool

Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.

WAContactSaver - Export WA Contacts Tool là gì?

WAContactSaver - Export WA Contacts Tool là một tiện ích mở rộng Chrome được phát triển bởi waplus, và tính năng chính của nó là "Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WAContactSaver - Export WA Contacts Tool

Tải xuống các tệp mở rộng WAContactSaver - Export WA Contacts Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extract & Download all phone numbers from your WhatsApp groups and chats. Extract contacts' phone numbers and download them to Excel.

The best extension for marketing and sales companies, easy to save phone numbers from a WA group to an Excel file, CSV, JSON or even VCard file. Very useful for prospective leads or contacts.

# HOW TO GET STARTED?
Open web.whatsapp.com, and scan to log in; select the group to which you want to export contacts' phone numbers, and Click the Export button.

# FEATURES

✓ Export contacts from all WhatsApp groups
✓ Extract contacts from a specific WhatsApp group
✓ Download contacts from all chats
✓ Save contacts from a labels
✓ Save contacts from a specific country
✓ Includes the users country information
✓ Export data to XLSX(Excel)/CSV/JSON/VCard

# EXPORT FIELDS
#Country Code, #Country, #Phone Number, #Saved Name, #Public Display Name, #Is Business, #Is Blocked, #Labels, #Is My Contact

# SUPPORTED FORMATS
Export contacts from WhatsApp into Excel, CSV, JSON and VCard formats

# DATA PRIVACY
No Email address is needed to log in. No data is shared with third parties.
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 WhatsApp Inc. trademark registered in the U.S. and other countries.
This is an independent project not related to WhatsApp™ Inc.

# FAQ
If you have any questions, don't hesitate to contact us at [email protected].                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WAContactSaver - Export WA Contacts Tool WAContactSaver - Export WA Contacts Tool
ID nolibfldemoaiibepbhlcdhjkkgejdhl
URL Chính Thức https://chromewebstore.google.com/detail/wacontactsaver-export-wa/nolibfldemoaiibepbhlcdhjkkgejdhl
Mô tả Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.
Kích Thước Tệp 840 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2023-12-22
Ngày Phát Hành 2022-11-30
Đánh Giá 1.40/5 Tổng số 10 Đánh Giá
Nhà Phát Triển waplus
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://wacontactsaver.whatsabot.com/
URL Trang Chính Sách Bảo Mật https://wacontactsaver.whatsabot.com/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,en-GB,fr,vi,es,it,sv,ru,ar,zh-CN,ja,ko
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:\/\/wacontactsaver.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": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}