WAGCN

Export saved and unsaved contacts from WhatsApp groups.

Qu'est-ce que WAGCN ?

WAGCN est une extension Chrome développée par Akhilesh Kumar, et sa fonction principale est "Export saved and unsaved contacts from WhatsApp groups.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WAGCN

Téléchargez les fichiers d'extension WAGCN 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

                        Export saved and unsaved contacts with names & status from WhatsApp groups for free.
WhatsApp Group Contacts Exporter (WAGCN) plugin allows you to export saved or unsaved contacts from any WhatsApp group to a CSV file using WhatsApp web.

How to use this extension ?
1. Open web.whatsapp.com and connect your phone
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

WAGCN features include:
* Export saved/unsaved contacts with their names to a CSV file.
*A note about permissions*: This extension currently needs access to web.whatsapp.com in order to work.
This extension is only for Education & training Purposes.                    

Informations de Base sur l'Extension

Nom WAGCN WAGCN
ID hfikgeaommggpmiijapegjhhgbpcgmfk
URL Officiel https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk
Description Export saved and unsaved contacts from WhatsApp groups.
Taille du Fichier 29.55 KB
Nombre d'Installations 981
Version Actuelle 1.11.1
Dernière Mise à Jour 2020-06-28
Date de Publication 2020-06-27
Évaluation 2.83/5 Total 6 Évaluations
Développeur Akhilesh Kumar
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://proglogix.com/
URL de la Page d'Aide http://proglogix.com/contactus.php
URL de la Page de Politique de Confidentialité http://proglogix.com/privacy_policy.php
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WAGCN",
    "short_name": "WAGCN",
    "version": "1.11.1",
    "manifest_version": 2,
    "description": "Export saved and unsaved contacts from WhatsApp groups.",
    "icons": {
        "16": "\/image\/[email protected]",
        "48": "\/image\/[email protected]",
        "128": "\/image\/[email protected]"
    },
    "browser_action": {
        "default_icon": "\/image\/[email protected]",
        "default_title": "WAGCN",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "\/js\/WAXP.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "*:\/\/bluemountcare.com\/"
    ]
}