WA - Download Group Phone Numbers

Download phone numbers from your favorite messenger

WA - Download Group Phone Numbers란 무엇입니까?

WA - Download Group Phone Numbers은(는) Veera에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Download phone numbers from your favorite messenger"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

WA - Download Group Phone Numbers 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Note: This is a free-mium plugin. The free version offer limited functionality and the subscribed version provide full functionality.

If it's not working, please disable other WhatsApp extensions and try, then it will work.
And make sure you always have latest version of the extension.

Troubleshoot Tips:

1. After payment, if it's asking for subscription again, please follow below steps. If it's resolved at any step, stop and continue with your work.
    a) Try clicking "Already paid, login" button which appear after you click "Download" button. Enter your email which you used during subscription. You will received an email with link to login. Click it. This has to happen in same browser.
    b) Uninstall the extension and Install again. Now try to login same like step 1.
    c) Disable other extensions and try step 2 and step 1.
    d) If none of the above works, please record the problem (while you are trying step 1) and send it to [email protected]. Or click, help button in the footer and WhatsApp to us.

2. If you are not able to see the "Download" button? Your screen resolution could be high, please reduce it and you should be able to see it.

3. You want to un-subscribe. Please click, "Cancel Subscription" button from the footer and cancel your subscription. Or WhatsApp us Or email us.

Please remember once you cancel your subscription, your extension won't work. So, please be careful while cancelling your subscription and always choose the subscription end date as cancel date.

In case of any issues, please write to us: [email protected] Or WhatsApp us.

This is an unofficial enhancement for WhatsApp Web. This extension is not related to WhatsApp of WhatsApp Inc.

Being in a global marketing and sales company, we always have a need to save the phone numbers from a WA group to an excel file. So that, the excel file can later be imported into our CRM as prospective leads or contacts.

This wonderful tool helped us in downloading the phone numbers from a WA group and save it to excel file. We have developed this tool in our internal labs to use within organization. But as it can benefit many people and on request from many customers or friends, we are relasing this to public.

You can not allowed to use or leverage or copy any of the resource for a commercial purpose, unless it is open source.

If you like, please feel free to rate and comment any feedback. We would love to hear from you.

Support: [email protected]

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

Copyright @2022 to G Veera Sekhar                    

확장 프로그램 기본 정보

이름 WA - Download Group Phone Numbers WA - Download Group Phone Numbers
ID henhldbgljkagjabmpjnlphncpnfggcd
공식 URL https://chromewebstore.google.com/detail/wa-download-group-phone-n/henhldbgljkagjabmpjnlphncpnfggcd
설명 Download phone numbers from your favorite messenger
파일 크기 9.21 MB
설치 횟수 66,622
현재 버전 0.9.0.2
최근 업데이트 2024-01-21
출시 날짜 2020-06-07
평점 3.70/5 총 221 개의 평점
개발자 Veera
이메일 [email protected]
결제 유형 in_app
확장 프로그램 웹 사이트 https://api.whatsapp.com/send?phone=919100916479&text=Hi%2C%20I%27m%20using%20WA%20-%20Download%20group%20phone%20numbers.%20I%27m%20contacting%20your%20for%20support%20using%20Support%20Link.
도움말 페이지 URL https://api.whatsapp.com/send?phone=919100916479&text=Hi%2C%20I%27m%20using%20WA%20-%20Download%20group%20phone%20numbers.%20I%27m%20contacting%20your%20for%20support%20using%20Support%20Link.
개인정보 보호 정책 페이지 URL https://github.com/complanboy2/autoclicks/blob/master/LICENSE.md/LICENSE.md
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WA - Download Group Phone Numbers",
    "short_name": "WA - Download Group Phone Numbers",
    "description": "Download phone numbers from your favorite messenger",
    "version": "0.9.0.2",
    "author": "complanboy2",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; connect-src https:\/\/extensionpay.com"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "3rdparty\/*",
                "ExtPay.js",
                "js\/*",
                "style\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "WA - Download Group Phone Numbers",
        "default_icon": {
            "16": "assets\/img\/16x16.png",
            "32": "assets\/img\/32x32.png",
            "48": "assets\/img\/48x48.png"
        }
    },
    "icons": {
        "16": "assets\/img\/16x16.png",
        "48": "assets\/img\/48x48.png",
        "128": "assets\/img\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "js\/ExtPay.js"
            ],
            "run_at": "document_start"
        },
        {
            "run_at": "document_end",
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "css": [
                "style\/wa_dgc.css",
                "style\/select2-material.css",
                "style\/select2.min.css",
                "3rdparty\/sweetalert2.min.css",
                "3rdparty\/bootstrap.min.css"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "background",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/web.whatsapp.com\/*"
    ]
}