WAXP - Contacts Exporter for WhatsApp

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

Τι είναι το WAXP - Contacts Exporter for WhatsApp;

Το WAXP - Contacts Exporter for WhatsApp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον So Lets Talk Digital, και η κύρια λειτουργία του είναι "Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης WAXP - Contacts Exporter for WhatsApp

Λήψη αρχείων επέκτασης WAXP - Contacts Exporter for WhatsApp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        WA Bulk Contracts Extractor Extension by SoLetsTalkDigital (also known as “SO”) lets you extract contacts from your WhatsApp easily and makes them available for download in a csv file.

This is not a Free Extension and offers Yearly and Lifetime subscription options at affordable prices for unlimited use. The subscription plans require payment that is processed by Razorpay.
If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust.

For any issues related to the WA Contacts Extractor Extension, then feel free to reach out to us on [email protected].

DISCLAIMER:
This Chrome plugin is not endorsed or certified by WhatsApp Inc and is merely an unofficial enhancement and automation tool that works with WhatsApp for Web.

The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read:
SoLetsTalkDigital privacy policy: https://soletstalkapp.com/privacy
Razorpay privacy policy: https://razorpay.com/privacy/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα WAXP - Contacts Exporter for WhatsApp WAXP - Contacts Exporter for WhatsApp
ID jpkhnmgaiachojobpgbfilkkjecgldle
Επίσημο URL https://chromewebstore.google.com/detail/waxp-contacts-exporter-fo/jpkhnmgaiachojobpgbfilkkjecgldle
Περιγραφή Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
Μέγεθος Αρχείου 555 KB
Αριθμός Εγκαταστάσεων 340
Τρέχουσα Έκδοση 1.68
Τελευταία Ενημέρωση 2023-03-25
Ημερομηνία Δημοσίευσης 2022-10-20
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής So Lets Talk Digital
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://soletstalkapp.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://soletstalkapp.com/contact
URL της Σελίδας Πολιτικής Απορρήτου https://soletstalkapp.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAXP - Contacts Exporter for WhatsApp",
    "short_name": "WAXP",
    "version": "1.68",
    "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",
        "identity",
        "identity.email"
    ],
    "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'"
}