WA - Download Group Phone Numbers

Export the whatsapp contact information you need according to the way you want.

ما هو WA - Download Group Phone Numbers؟

WA - Download Group Phone Numbers هو إضافة Chrome تم تطويرها بواسطة fikretkaya82771، والميزة الرئيسية لها هي "Export the whatsapp contact information you need according to the way you want.".

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

screenshot

تحميل ملف CRX للإضافة WA - Download Group Phone Numbers

قم بتنزيل ملفات الامتداد WA - Download Group Phone Numbers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Export the whatsapp contact information you need according to the way you want.
Feature:

Export contacts information:
● Export contacts information from Group by you want way!
● Export contacts information from ChatList by you want way!

Export Format:
● vCard (For importing contacts to iOS and Android devices)
● CSV (Easily import contacts to Google Contacts)
● Excel (Easily import contacts to Any CRM System)

Compare:
After professional testing and comparison, we can proudly say that waplus - Download Group phone for WhatsApp is the best WhatsApp download tool compared with WhatsApp download tools such as waxp, WA and contact saver.

Why choose this extension?

Effortless Export:
This extension offers the flexibility to export WhatsApp contact information exactly the way you need it. Whether you prefer to export from groups or your chat list, This extension allows you to tailor the export process to your preferences effortlessly.

Multiple Export Formats:
With This extension, you have the convenience of exporting your contacts in various formats such as vCard, CSV, and Excel. This versatility ensures compatibility with a wide range of devices and platforms.

Superior Performance:
Through extensive professional testing and comparison, This extension has proven to be the top choice among WhatsApp download tools. Compared to alternatives like waxp, WA, and contact saver, This extension stands out for its reliability, efficiency, and user-friendly interface.

Legal Compliance:
Rest assured, This extension is an independent project with no affiliation to WhatsApp Inc. While leveraging the functionalities of WhatsApp, This extension maintains legal compliance and respects the trademark rights of WhatsApp Inc.

------------------------------------------
LEGAL
------------------------------------------
WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. WAPlus is an independent project and has no relationship to WhatsApp or WhatsApp Inc.                    

معلومات أساسية عن التمديد

الاسم WA - Download Group Phone Numbers WA - Download Group Phone Numbers
ID eelhmnjkbjmlcglpiaegojkoolckdgaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/wa-download-group-phone-n/eelhmnjkbjmlcglpiaegojkoolckdgaj
الوصف Export the whatsapp contact information you need according to the way you want.
حجم الملف 1.56 MB
عدد التثبيتات 33,530
النسخة الحالية 1.0.44
آخر تحديث 2024-03-01
تاريخ النشر 2022-03-27
تقييم 4.17/5 مجموع تقييمات 78
المطور fikretkaya82771
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://waplus.io/
عنوان صفحة سياسة الخصوصية https://docs.google.com/document/d/1PgLGTTrOUjx2rksI2QQq9ySyfRi85saNqFmHrT3u8ms
اللغات المدعومة id,de,en,en-GB,en-US,fil,fr,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,pt-BR,pt-PT,sk,sl,fi,cs,el,bg,ru,fa,hi,bn,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.44",
    "homepage_url": "https:\/\/web.whatsapp.com\/",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.whatsapp.com\/*"
    ],
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "inject\/content-script.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/redirect-link.js"
            ],
            "css": [
                "css\/wa-attach.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/drainage-module.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content2.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "WhatsApp Group Exporter- Group download",
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/inject.js",
                "wppconnect-wa.js",
                "pic\/crm-commend.png",
                "js\/drainage-module\/drainage-module.js",
                "fonts\/*",
                "img\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ]
}