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文件
下载WA Contacts Extractor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } |