WAPI Extractor 3.2.1
Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
WAPI Extractor 3.2.1란 무엇입니까?
WAPI Extractor 3.2.1은(는) https://wapi7.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file."입니다.
확장 프로그램 스크린샷
WAPI Extractor 3.2.1 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WhatsApp Contacts Extractor is a chrome extension that allows you in a single click to download all numbers include name (if available) from your WhatsApp accounts and save it in an excel sheet (.csv file) and .txt. With this extension, you save a lot of your time and easy to follow up. Don’t miss any numbers from your potential customers and increase your sales now! \\ Features -- Save all numbers from Groups list -- One click to download contacts (Name and Number) -- Excel sheet (.csv) file -- Save all numbers from Contacts list -- Save all numbers from Chats list (NEW) -- See numbers before exporting -- Easy install and newbie friendly How to use it Go to Web.whtasapp.com, the WhatsApp web page will open. LEGAL WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web... https://www.wapi7.com/terms
확장 프로그램 기본 정보
이름 | WAPI Extractor 3.2.1 |
ID | kmomlckcblmamhflodcbkinelhahalmo |
공식 URL | https://chromewebstore.google.com/detail/wapi-extractor-321/kmomlckcblmamhflodcbkinelhahalmo |
설명 | Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file. |
파일 크기 | 71.29 KB |
설치 횟수 | 7,000 |
현재 버전 | 3.2.1 |
최근 업데이트 | 2024-02-04 |
출시 날짜 | 2022-10-21 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | https://wapi7.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wapi7.com/ |
도움말 페이지 URL | https://wa.me/59171165765 |
개인정보 보호 정책 페이지 URL | https://www.wapi7.com/terms |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "service_worker": "\/js\/background.js" }, "action": { "default_icon": "\/image\/[email protected]", "default_popup": "popup.html", "default_title": "WAPI Extracto 3.2.1r" }, "content_scripts": [ { "js": [ "\/js\/content_script.js" ], "matches": [ "*:\/\/web.whatsapp.com\/" ] } ], "description": "Export all or unsaved contacts from WhatsApp\u2122 groups, chatlist and labels to CSV file.", "externally_connectable": { "matches": [ "*:\/\/web.whatsapp.com\/" ] }, "homepage_url": "https:\/\/codecanyon.net\/item\/whatextractor-whatsapp-contacts-extractor\/25998754", "icons": { "128": "\/image\/[email protected]", "16": "\/image\/[email protected]", "32": "\/image\/[email protected]" }, "manifest_version": 3, "name": "WAPI Extractor 3.2.1", "host_permissions": [ "*:\/\/api.gumroad.com\/*" ], "permissions": [ "activeTab", "storage" ], "short_name": "WAPI Extractor", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.2.1", "web_accessible_resources": [ { "resources": [ "\/js\/client.js", "popup.html", "\/image\/qrcode.png", "\/image\/profile-pic.jpg", "\/video\/loading-animation.mp4", "\/video\/green-spinner.mp4" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ] } |