C WhatsExtractor
Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...
C WhatsExtractor란 무엇입니까?
C WhatsExtractor은(는) codeyon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ..."입니다.
확장 프로그램 스크린샷
C WhatsExtractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
C WhatsExtract is Chrome Extension which allows you to export WhstApp group Contact as CSV file which is absolutely Free.
확장 프로그램 기본 정보
이름 | C WhatsExtractor |
ID | eelblfimbpgpdckjlpknbhclfhdhkmpb |
공식 URL | https://chromewebstore.google.com/detail/c-whatsextractor/eelblfimbpgpdckjlpknbhclfhdhkmpb |
설명 | Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ... |
파일 크기 | 172 KB |
설치 횟수 | 2,023 |
현재 버전 | 2.0.1 |
최근 업데이트 | 2020-12-17 |
출시 날짜 | 2020-12-17 |
평점 | 1.40/5 총 10 개의 평점 |
개발자 | codeyon.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://codeyon.com/c-whatsextract/ |
도움말 페이지 URL | https://codeyon.com/c-whatsextract/ |
개인정보 보호 정책 페이지 URL | https://codeyon.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "config.js", "jquery.min.js", "bg.js" ] }, "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "js.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*", "http:\/\/web.whatsapp.com\/*" ] } ], "icons": { "16": "imgs\/16.png", "32": "imgs\/32.png", "128": "imgs\/128.png" }, "description": "Allows you in a single click to download all group phone numbers from WhatsApp groups, Chat list ...", "manifest_version": 2, "name": "C WhatsExtractor", "permissions": [], "short_name": "Whatsapp Extractor", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.1", "web_accessible_resources": [ "\/scripts\/*" ] } |