WAGCN

Export saved and unsaved contacts from WhatsApp groups.

Cos'è WAGCN?

WAGCN è un'estensione di Chrome sviluppata da Akhilesh Kumar, e la sua funzione principale è "Export saved and unsaved contacts from WhatsApp groups.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WAGCN

Scarica i file di estensione WAGCN 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 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.                    

Informazioni di Base sull'Estensione

Nome WAGCN WAGCN
ID hfikgeaommggpmiijapegjhhgbpcgmfk
URL Ufficiale https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk
Descrizione Export saved and unsaved contacts from WhatsApp groups.
Dimensione del File 29.55 KB
Conteggio Installazioni 981
Versione Corrente 1.11.1
Ultimo Aggiornamento 2020-06-28
Data di Pubblicazione 2020-06-27
Valutazione 2.83/5 Totale 6 Valutazioni
Sviluppatore Akhilesh Kumar
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://proglogix.com/
URL della Pagina di Aiuto http://proglogix.com/contactus.php
URL della Pagina della Politica sulla Privacy http://proglogix.com/privacy_policy.php
Lingue Supportate 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\/"
    ]
}