WA Contacts Extractor
Extract contacts from your WhatsApp easily into a csv file
WA Contacts Extractor란 무엇입니까?
WA Contacts Extractor은(는) https://soletstalkapp.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extract contacts from your WhatsApp easily into a csv file"입니다.
확장 프로그램 스크린샷
WA Contacts Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
WA Bulk Contracts Extractor Extension by SoLetsTalkDigital (also known as “SO”) lets you extract contacts from your WhatsApp easily and makes them available for download in a csv file. This is not a Free Extension and offers Yearly and Lifetime subscription options at affordable prices for unlimited use. The subscription plans require payment that is processed by Razorpay. If you like this chrome extension, consider sharing your review with us. Your support will help us make this extension more robust. For any issues related to the WA Contacts Extractor Extension, then feel free to reach out to us on [email protected]. DISCLAIMER: This Chrome plugin is not endorsed or certified by WhatsApp Inc and is merely an unofficial enhancement and automation tool that works with WhatsApp for Web. The privacy of the users is important to us. We don’t broadcast, sell, share or distribute any user collected data. The extension was designed to keep privacy of our users in mind. For more information, read: SoLetsTalkDigital privacy policy: https://soletstalkapp.com/privacy Razorpay privacy policy: https://razorpay.com/privacy/
확장 프로그램 기본 정보
이름 | WA Contacts Extractor |
ID | kcgeebmeicjchfkagaoflhadmfmpnaic |
공식 URL | https://chromewebstore.google.com/detail/wa-contacts-extractor/kcgeebmeicjchfkagaoflhadmfmpnaic |
설명 | Extract contacts from your WhatsApp easily into a csv file |
파일 크기 | 189 KB |
설치 횟수 | 4,853 |
현재 버전 | 1.0.8 |
최근 업데이트 | 2022-01-29 |
출시 날짜 | 2020-06-29 |
평점 | 1.57/5 총 14 개의 평점 |
개발자 | https://soletstalkapp.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://soletstalkapp.com |
도움말 페이지 URL | https://soletstalkapp.com/contact |
개인정보 보호 정책 페이지 URL | https://soletstalkdigital.com/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WA Contacts Extractor", "version": "1.0.8", "description": "Extract contacts from your WhatsApp easily into a csv file", "background": { "scripts": [ "jquery.min.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/web.whatsapp.com\/*" ], "js": [ "contentscript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "WA Contacts Extractor" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com object-src 'self'", "permissions": [ "activeTab" ], "manifest_version": 2, "icons": { "128": "images\/icon_128.png" }, "web_accessible_resources": [ "\/js\/*", "\/css\/*" ] } |