Contact Saver for WhatsApp™
You can directly export your saved and unsaved numbers from WhatsApp groups and chats.
Contact Saver for WhatsApp™란 무엇입니까?
Contact Saver for WhatsApp™은(는) https://whatsappchromeextension.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can directly export your saved and unsaved numbers from WhatsApp groups and chats."입니다.
확장 프로그램 스크린샷
Contact Saver for WhatsApp™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make your viewers and grow your follower-ship on WhatsApp You can directly export and save contacts, and other info from WhatsApp groups and chats. FEATURES Now you can consign and save plenty of unknown numbers from WhatsApp chats and groups + much more at once! -Export contacts from all WhatsApp chats -Export saved contacts only -Export unsaved contacts only -Export contacts from all WhatsApp groups -Export contacts from a specific WhatsApp group Export Format: - vCard (For importing contacts to iOS and Android devices) - CSV (Easily import contacts to Google Contacts) Export To: - Download to your computer - Send the export file to your email Assigning Names To Unknown Contacts. ------------------------------------------ LEGAL ------------------------------------------ WhatsApp is a trademark of WhatsApp Inc. This Chrome Extension is an independent product developed by WAWCD LLC and has no relationship to WhatsApp Inc.
확장 프로그램 기본 정보
이름 | Contact Saver for WhatsApp™ |
ID | gdnbibnjffadjgpchlhcghkbdeelohfi |
공식 URL | https://chromewebstore.google.com/detail/contact-saver-for-whatsap/gdnbibnjffadjgpchlhcghkbdeelohfi |
설명 | You can directly export your saved and unsaved numbers from WhatsApp groups and chats. |
파일 크기 | 341 KB |
설치 횟수 | 6,032 |
현재 버전 | 2.0.7 |
최근 업데이트 | 2023-12-14 |
출시 날짜 | 2023-01-19 |
평점 | 4.83/5 총 185 개의 평점 |
개발자 | https://whatsappchromeextension.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://whatsappchromeextension.com/ |
도움말 페이지 URL | https://whatsappchromeextension.com/ |
개인정보 보호 정책 페이지 URL | https://wawcd.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Contact Saver for WhatsApp\u2122", "description": "You can directly export your saved and unsaved numbers from WhatsApp groups and chats.", "version": "2.0.7", "permissions": [ "tabs", "storage" ], "content_security_policy": { "sandbox": "sandbox allow-scripts; script-src 'self' https:\/\/www.google-analytics.com https:\/\/google-analytics.com; object-src 'self'" }, "background": { "service_worker": "\/dist\/background.js" }, "action": { "default_icon": { "16": "image\/[email protected]", "32": "image\/[email protected]", "48": "image\/[email protected]", "128": "image\/[email protected]" } }, "icons": { "16": "image\/[email protected]", "32": "image\/[email protected]", "48": "image\/[email protected]", "128": "image\/[email protected]" }, "web_accessible_resources": [ { "resources": [ "\/dist\/foneParse.js", "\/dist\/gowa.js" ], "matches": [ "https:\/\/web.whatsapp.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/web.whatsapp.com\/" ], "js": [ "\/dist\/script.js", "\/dist\/gowa.js" ], "run_at": "document_end" } ] } |