WAContactSaver - Export WA Contacts Tool

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

WAContactSaver - Export WA Contacts Tool란 무엇입니까?

WAContactSaver - Export WA Contacts Tool은(는) waplus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WAContactSaver - Export WA Contacts Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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].                    

확장 프로그램 기본 정보

이름 WAContactSaver - Export WA Contacts Tool WAContactSaver - Export WA Contacts Tool
ID nolibfldemoaiibepbhlcdhjkkgejdhl
공식 URL https://chromewebstore.google.com/detail/wacontactsaver-export-wa/nolibfldemoaiibepbhlcdhjkkgejdhl
설명 Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.
파일 크기 840 KB
설치 횟수 6,000
현재 버전 1.1.0
최근 업데이트 2023-12-22
출시 날짜 2022-11-30
평점 1.40/5 총 10 개의 평점
개발자 waplus
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://wacontactsaver.whatsabot.com/
개인정보 보호 정책 페이지 URL https://wacontactsaver.whatsabot.com/privacy
지원되는 언어 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'"
    }
}