WA Group - Download Group Phone Numbers
Export all member contacts in one click to download phone numbers from WhatsApp Groups.
Cos'è WA Group - Download Group Phone Numbers?
WA Group - Download Group Phone Numbers è un'estensione di Chrome sviluppata da stevenmaysky, e la sua funzione principale è "Export all member contacts in one click to download phone numbers from WhatsApp Groups.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WA Group - Download Group Phone Numbers
Scarica i file di estensione WA Group - Download Group Phone Numbers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WA Group - Download Group Phone Numbers |
ID | mhlmhjlkpioopoipgbmcmiblopmmecjc |
URL Ufficiale | https://chromewebstore.google.com/detail/wa-group-download-group-p/mhlmhjlkpioopoipgbmcmiblopmmecjc |
Descrizione | Export all member contacts in one click to download phone numbers from WhatsApp Groups. |
Dimensione del File | 1.43 MB |
Conteggio Installazioni | 4,184 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2023-12-21 |
Data di Pubblicazione | 2023-01-08 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | stevenmaysky |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://wagroup.infwiz.com/ |
URL della Pagina della Politica sulla Privacy | https://wagroup.infwiz.com/privacy |
Lingue Supportate | 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" } } |