WAGCN
Export saved and unsaved contacts from WhatsApp groups.
WAGCN란 무엇입니까?
WAGCN은(는) Akhilesh Kumar에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export saved and unsaved contacts from WhatsApp groups."입니다.
확장 프로그램 스크린샷
WAGCN 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | WAGCN |
ID | hfikgeaommggpmiijapegjhhgbpcgmfk |
공식 URL | https://chromewebstore.google.com/detail/wagcn/hfikgeaommggpmiijapegjhhgbpcgmfk |
설명 | Export saved and unsaved contacts from WhatsApp groups. |
파일 크기 | 29.55 KB |
설치 횟수 | 981 |
현재 버전 | 1.11.1 |
최근 업데이트 | 2020-06-28 |
출시 날짜 | 2020-06-27 |
평점 | 2.83/5 총 6 개의 평점 |
개발자 | Akhilesh Kumar |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://proglogix.com/ |
도움말 페이지 URL | http://proglogix.com/contactus.php |
개인정보 보호 정책 페이지 URL | http://proglogix.com/privacy_policy.php |
지원되는 언어 | 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\/" ] } |