WAXP - Contacts Exporter for WhatsApp

Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.

Cos'è WAXP - Contacts Exporter for WhatsApp?

WAXP - Contacts Exporter for WhatsApp è un'estensione di Chrome sviluppata da Codegena, e la sua funzione principale è "Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione WAXP - Contacts Exporter for WhatsApp

Scarica i file di estensione WAXP - Contacts Exporter for WhatsApp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Export all or just the unsaved contacts from WhatsApp groups, chatlist or labels to an Excel file. 

💰 Limited Free Trial
PLEASE NOTE: The free version will export all contacts but only 4 contacts will be shown, the rest will be hidden. PLEASE ENSURE THAT THE EXTENSION WORKS FOR YOU DURING THE TRIAL MODE.

🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 
When you are happy with the extension, purchase the full version from this link.
👉🏻 Get License Code - https://gumroad.com/l/WhatsApp-Contacts-Exporter
🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 

🚀 WAXP Features
⭐️ Export all/unsaved contacts from WhatsApp chat list, labels, broadcast lists and groups
⭐️ Export all groups at once (beta)
⭐️ Export as Excel file
⭐️ Export the users country information
⭐️ Easily identifiable & descriptive filenames
⭐️ Optionally add a prefix to the exported names
⭐️ Offers multiple group export methods: instant and scraping

🚀 What users say
🔥 The only one that actually worked good in almost 15 extensions.
🔥 Realiza exactamente lo que anuncia ! Bien y Rápido !

👉🏻 How to use this extension ?
1. Open web.whatsapp.com
2. Select the group from which you want to export contacts
3. Click on the extension icon, choose the type of export and hit Export


**A note about permissions**: This extension currently needs access to web.whatsapp.com and storage to work.

------------------------------------------
⚖️ LEGAL
-----------------------------------------
This is an unofficial enhancement for WhatsApp™ Web. This extension is not related in any way to WhatsApp™ Inc.

------------------------------------------
📝 CHANGELOG
-----------------------------------------
V1.76
- Fixed label export
V1.70
- Fix for new WhatsApp web changes
V1.63
- Fixed an issue with all group export where groups with duplicate names were skipped
V1.61
- Unknown contact names will show phone number due to popular demand
V1.60
- Fixed label exporting issue
V1.59
- Fixed an issue with export when the group name contains Arabic characters
V1.56
- Trial mode is labelled in the Excel file
V1.55
- Added last contacted date column
V1.54
- Changes to trial mode: Users can now export unlimited times containing upto 4 contacts
V1.52
- Fixed contact scraping issues
- Fixed export filename issues
V1.51
- Fixed an issue with export all groups, where export failed when multiple groups had the same name
V1.49
- Chat list export bug fixes
V1.47
- Fixed a bug which prevented exporting contacts from identically named broadcast lists.
V1.46
- Partial label exporting support when using WhatsApp multi device feature
V 1.45
- Export all groups at once
V 1.44
- Fixed issue that stopped the extension from working with the latest WhatsApp web
V 1.43
- Bug fix
V 1.42
- Added Excel support (highly requested feature)
- Added Google Analytics to measure export count metrics. This will help us improve the extension.
V 1.4
- Fixed label exporting bugs in the new WhatsApp Web Version 2.2121.5
V 1.39
- Formatted phone numbers
- New country column in CSV export
- Bug fixes
V 1.38
- Fixed bug that prevented label based exports from groups
V 1.37
- Made to work with WhatsApp Web Version 2.2106.5
V 1.36
- Fixed bug that prevented group exports when disappearing messages is turned on
V 1.35
- Bug Fixes
V 1.34
- Fixed group contacts export issues caused by WhatsApp web updates
V 1.33
- Improved label exporting
- Added date to filenames
- Minor UI improvements                    

Informazioni di Base sull'Estensione

Nome WAXP - Contacts Exporter for WhatsApp WAXP - Contacts Exporter for WhatsApp
ID mdpelimehdooponahfdneckpfnooebii
URL Ufficiale https://chromewebstore.google.com/detail/waxp-contacts-exporter-fo/mdpelimehdooponahfdneckpfnooebii
Descrizione Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
Dimensione del File 422 KB
Conteggio Installazioni 23,198
Versione Corrente 1.76
Ultimo Aggiornamento 2024-01-12
Data di Pubblicazione 2020-09-02
Valutazione 3.11/5 Totale 65 Valutazioni
Sviluppatore Codegena
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://codegena.com/WhatsApp-Contacts-Exporter
URL della Pagina di Aiuto https://codegena.com/WhatsApp-Contacts-Exporter
URL della Pagina della Politica sulla Privacy https://codegena.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAXP - Contacts Exporter for WhatsApp",
    "short_name": "WAXP",
    "version": "1.76",
    "manifest_version": 2,
    "description": "Export all or unsaved contacts from WhatsApp\u2122 groups, chatlist and labels to CSV file.",
    "homepage_url": "https:\/\/codegena.com\/WhatsApp-Contacts-Exporter\/",
    "icons": {
        "16": "\/image\/[email protected]",
        "48": "\/image\/[email protected]",
        "128": "\/image\/[email protected]"
    },
    "browser_action": {
        "default_icon": "\/image\/[email protected]",
        "default_title": "WAXP",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "\/js\/exceljs.min.js",
                "\/js\/filesaver.min.js",
                "\/js\/content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/api.gumroad.com\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "\/js\/client.js",
        "\/js\/libphonenumber-max.js",
        "popup.html",
        "\/image\/qrcode.png",
        "\/image\/profile-pic.jpg",
        "\/video\/loading-animation.mp4",
        "\/video\/green-spinner.mp4"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}