WA Contacts Extractor

Extract contacts from your WhatsApp easily into a csv file

Qu'est-ce que WA Contacts Extractor ?

WA Contacts Extractor est une extension Chrome développée par https://soletstalkapp.com, et sa fonction principale est "Extract contacts from your WhatsApp easily into a csv file".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WA Contacts Extractor

Téléchargez les fichiers d'extension WA Contacts Extractor au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom WA Contacts Extractor WA Contacts Extractor
ID kcgeebmeicjchfkagaoflhadmfmpnaic
URL Officiel https://chromewebstore.google.com/detail/wa-contacts-extractor/kcgeebmeicjchfkagaoflhadmfmpnaic
Description Extract contacts from your WhatsApp easily into a csv file
Taille du Fichier 189 KB
Nombre d'Installations 4,853
Version Actuelle 1.0.8
Dernière Mise à Jour 2022-01-29
Date de Publication 2020-06-29
Évaluation 1.57/5 Total 14 Évaluations
Développeur https://soletstalkapp.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://soletstalkapp.com
URL de la Page d'Aide https://soletstalkapp.com/contact
URL de la Page de Politique de Confidentialité https://soletstalkdigital.com/pages/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA Contacts Extractor",
    "version": "1.0.8",
    "description": "Extract contacts from your WhatsApp easily into a csv file",
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WA Contacts Extractor"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com object-src 'self'",
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "\/js\/*",
        "\/css\/*"
    ]
}