WAGCN

Export saved and unsaved contacts from WhatsApp groups.

ما هو WAGCN؟

WAGCN هو إضافة Chrome تم تطويرها بواسطة Akhilesh Kumar، والميزة الرئيسية لها هي "Export saved and unsaved contacts from WhatsApp groups.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WAGCN

قم بتنزيل ملفات الامتداد WAGCN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة http://proglogix.com/contactus.php
عنوان صفحة سياسة الخصوصية 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\/"
    ]
}