WAXP Contacts Exporter & CRM for WhatsApp™
Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.
WAXP Contacts Exporter & CRM for WhatsApp™란 무엇입니까?
WAXP Contacts Exporter & CRM for WhatsApp™은(는) Codegena에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM."입니다.
확장 프로그램 스크린샷
WAXP Contacts Exporter & CRM for WhatsApp™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 BETA The extension is currently under beta. ---------------------------------------------------------------------------------------- WAXP allows you to quickly export contacts from chatlist, groups and labels. Further more, you can filter chatlist based by country, unread status and more. You can even store custom notes and properties. What else can you do? Check the entire feature list below **A note about permissions**: This extension currently needs access to web.whatsapp.com and storage to work. 🚀 WAXP FEATURES ----------------------------------------- - Hide typing status - Blur chats and chatlist for privacy friendly screenshots - Start chat with a new number - Export contacts from chatlist, groups and labels - Export past participants of a group (members who were present in the group in the last 60 days) 💰 PRICING ----------------------------------------- Some features of the extension will be available for free. To unlock the full capabilities of the extension, please purchase a license from https://shaneapenkoshy.gumroad.com/l/waxp-crm ⚖️ LEGAL ----------------------------------------- This is an unofficial enhancement for WhatsApp™ Web. This extension is not related in any way to WhatsApp™ Inc. ☎️ SUPPORT ----------------------------------------- For help and support, reach out to [email protected] 𝌡 CHANGE LOG ----------------------------------------- V.1.2.1 - Support for new WhatsApp web changes V1.1.9 - Export group member type (Member, Admin) - Export all groups at once
확장 프로그램 기본 정보
이름 | WAXP Contacts Exporter & CRM for WhatsApp™ |
ID | egjijglfkbikhmofhphailpolcjaalcb |
공식 URL | https://chromewebstore.google.com/detail/waxp-contacts-exporter-cr/egjijglfkbikhmofhphailpolcjaalcb |
설명 | Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM. |
파일 크기 | 3.8 MB |
설치 횟수 | 912 |
현재 버전 | 1.2.5 |
최근 업데이트 | 2023-12-04 |
출시 날짜 | 2023-03-02 |
평점 | 2.40/5 총 5 개의 평점 |
개발자 | Codegena |
이메일 | [email protected] |
결제 유형 | in_app |
개인정보 보호 정책 페이지 URL | https://codegena.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WAXP Contacts Exporter & CRM for WhatsApp\u2122", "description": "Effortlessly export WhatsApp\u2122 contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.", "version": "1.2.5", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage", "tabs" ], "action": { "default_popup": "popup.html", "default_icon": "assets\/img\/WAXP-icon.png" }, "icons": { "128": "assets\/img\/WAXP-icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.styles.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.styles.css", "assets\/*", "waxp-dom.bundle.js", "locales\/*" ], "matches": [ " |