WAGCN
Export saved and unsaved contacts from WhatsApp groups.
Wat is WAGCN?
WAGCN is een Chrome-extensie ontwikkeld door Akhilesh Kumar, en de belangrijkste functie is "Export saved and unsaved contacts from WhatsApp groups.".
Extensie Screenshots
Download het CRX-bestand van de extensie WAGCN
Download WAGCN-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | WAGCN |
ID | hfikgeaommggpmiijapegjhhgbpcgmfk |
Officiële URL | https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk |
Beschrijving | Export saved and unsaved contacts from WhatsApp groups. |
Bestandsgrootte | 29.55 KB |
Aantal Installaties | 981 |
Huidige Versie | 1.11.1 |
Laatst Bijgewerkt | 2020-06-28 |
Publicatiedatum | 2020-06-27 |
Beoordeling | 2.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Akhilesh Kumar |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://proglogix.com/ |
Help Pagina-URL | http://proglogix.com/contactus.php |
URL van de Privacybeleid Pagina | http://proglogix.com/privacy_policy.php |
Ondersteunde Talen | 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\/" ] } |