WA Group - Download Group Phone Numbers
Export all member contacts in one click to download phone numbers from WhatsApp Groups.
Was ist WA Group - Download Group Phone Numbers?
WA Group - Download Group Phone Numbers ist eine Chrome-Erweiterung, die von stevenmaysky entwickelt wurde, und ihr Hauptmerkmal ist "Export all member contacts in one click to download phone numbers from WhatsApp Groups.".
Erweiterungsscreenshots
WA Group - Download Group Phone Numbers-Erweiterungs-CRX-Datei herunterladen
Laden Sie WA Group - Download Group Phone Numbers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
WA Group - Download Group Phone Numbers, scrape WhatsApp Groups to download all contacts from group members, help you to extract phone numbers from your WhatsApp groups, and export them to CSV, Excel, JSON & vCard file and increase your lead generation business. Save massive group members within seconds. 🆕 New Update v1.2.1 ✓ Fix some issues # Features ✓ Extract contacts from WhatsApp Groups ✓ Extract User Profile, including Name, Phone Number, Country, Country Code, is Business, is My Contact, is Admin and etc. ✓ Export data to CSV, XLSX(Excel), JSON & VCard file - vCard: Easily import contacts to Android, iOS devices, Google Contacts and etc. - CSV: Easily import contacts to Google Contacts # How to get started? 1. Open web.whatsapp.com, and scan to log in 2. Select specific group 3. Click Export Button # It's free? Yes, WhatsApp Group - Download Group Phone Numbers is free. You can get basic functionality and upgrade to get more functionality. # FAQ https://wagroup.converts.cc/#faq If it does not work, please disable other WhatsApp extensions and try, then it will work. If you have any problems, don't hesitate to contact us at [email protected]. # Data Privacy All the data you process is on your local computer and never passes through our servers.
Grundlegende Informationen zur Erweiterung
Name | WA Group - Download Group Phone Numbers |
ID | mhlmhjlkpioopoipgbmcmiblopmmecjc |
Offizielle URL | https://chromewebstore.google.com/detail/wa-group-download-group-p/mhlmhjlkpioopoipgbmcmiblopmmecjc |
Beschreibung | Export all member contacts in one click to download phone numbers from WhatsApp Groups. |
Dateigröße | 1.43 MB |
Installationsanzahl | 4,184 |
Aktuelle Version | 1.2.1 |
Letztes Update | 2023-12-21 |
Veröffentlichungsdatum | 2023-01-08 |
Bewertung | 3.50/5 Insgesamt 8 Bewertungen |
Entwickler | stevenmaysky |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://wagroup.infwiz.com/ |
URL der Datenschutzrichtlinien-Seite | https://wagroup.infwiz.com/privacy |
Unterstützte Sprachen | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2.1", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhgCYmfZlqVMoj5pzfgKZiNrCjVl5ElWeYlUENQmIZfNQPDfwLJgPGT7o6aa8RDRD4ktWcRpMA+rdTTpUfT6fSejXkHh5a1MtaBG2uj4i6AVQmp8FGOzTMM1QNr3kdYNpUujV+Yin0b\/dpwx9h1wsclptOWzRc+P2zYk2YgB8y7kPP+FK4ej4++CMtQ3xBvbhNXHcq1BH3z1AvssEx\/GjhTCcz5+Siy2b42TPtmEPgm3Ws9cLBqM3jS3fj+vQWriCejVHiVaevIQd8yK5Gmg7TXOScXN0XOAupWVxMIa90na1OZbGfyu0n7SKn1cExPyh5AE3kP9IR6oT3N\/bnz5MFQIDAQAB", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/mhlmhjlkpioopoipgbmcmiblopmmecjc", "manifest_version": 3, "oauth2": { "client_id": "234277798801-kb55qh0q0bvnjq98ja58vfdcplks90so.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ], "web_client_id": "234277798801-3tr6va64i048mvjbvmepe999iu1n8s1i.apps.googleusercontent.com" }, "background": { "service_worker": "service-worker.js" }, "icons": { "16": "public\/lib\/images\/icon_16.png", "32": "public\/lib\/images\/icon_32.png", "48": "public\/lib\/images\/icon_48.png", "128": "public\/lib\/images\/icon_128.png" }, "permissions": [ "tabs", "storage", "identity" ], "host_permissions": [ "https:\/\/*.whatsapp.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.whatsapp.com\/*" ], "js": [ "public\/lib\/js\/jquery-3.6.3.min.js", "Content.js" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "public\/lib\/images\/*", "public\/lib\/js\/wa.js", "ijsource.js" ], "matches": [ "https:\/\/*.whatsapp.com\/*" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "action": { "default_popup": "popup.html" } } |