WAGCN

Export saved and unsaved contacts from WhatsApp groups.

WAGCN क्या है?

WAGCN Akhilesh Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export saved and unsaved contacts from WhatsApp groups."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WAGCN एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WAGCN WAGCN
ID hfikgeaommggpmiijapegjhhgbpcgmfk
आधिकारिक URL https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk
विवरण Export saved and unsaved contacts from WhatsApp groups.
फ़ाइल का आकार 29.55 KB
स्थापना संख्या 981
वर्तमान संस्करण 1.11.1
अंतिम अपडेट 2020-06-28
प्रकाशन तिथि 2020-06-27
रेटिंग 2.83/5 कुल 6 रेटिंग्स
डेवलपर Akhilesh Kumar
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://proglogix.com/
सहायता पृष्ठ URL http://proglogix.com/contactus.php
गोपनीयता नीति पृष्ठ URL http://proglogix.com/privacy_policy.php
समर्थित भाषाएँ 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\/"
    ]
}