WAContactSaver - Export WA Contacts Tool
Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.
什麼是WAContactSaver - Export WA Contacts Tool?
WAContactSaver - Export WA Contacts Tool是由waplus開發的Chrome擴展程式,該擴展的主要功能是“Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard.”。
擴展截圖
下載WAContactSaver - Export WA Contacts Tool擴展crx文件
下載WAContactSaver - Export WA Contacts Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Extract & Download all phone numbers from your WhatsApp groups and chats. Extract contacts' phone numbers and download them to Excel. The best extension for marketing and sales companies, easy to save phone numbers from a WA group to an Excel file, CSV, JSON or even VCard file. Very useful for prospective leads or contacts. # HOW TO GET STARTED? Open web.whatsapp.com, and scan to log in; select the group to which you want to export contacts' phone numbers, and Click the Export button. # FEATURES ✓ Export contacts from all WhatsApp groups ✓ Extract contacts from a specific WhatsApp group ✓ Download contacts from all chats ✓ Save contacts from a labels ✓ Save contacts from a specific country ✓ Includes the users country information ✓ Export data to XLSX(Excel)/CSV/JSON/VCard # EXPORT FIELDS #Country Code, #Country, #Phone Number, #Saved Name, #Public Display Name, #Is Business, #Is Blocked, #Labels, #Is My Contact # SUPPORTED FORMATS Export contacts from WhatsApp into Excel, CSV, JSON and VCard formats # DATA PRIVACY No Email address is needed to log in. No data is shared with third parties. All data is processed in your local computer, never passing through our web server, and no one knows what you exported. # STATEMENT WhatsApp™ is a WhatsApp Inc. trademark registered in the U.S. and other countries. This is an independent project not related to WhatsApp™ Inc. # FAQ If you have any questions, don't hesitate to contact us at [email protected].
擴展基本資訊
名稱 | WAContactSaver - Export WA Contacts Tool |
ID | nolibfldemoaiibepbhlcdhjkkgejdhl |
官方網址 | https://chromewebstore.google.com/detail/wacontactsaver-export-wa/nolibfldemoaiibepbhlcdhjkkgejdhl |
簡介 | Extract & Export WhatsApp group contacts, unknown phone numbers to Excel/CSV/JSON/VCard. |
檔案大小 | 840 KB |
安裝次數 | 6,000 |
目前版本 | 1.1.0 |
更新時間 | 2023-12-22 |
上架時間 | 2022-11-30 |
評分 | 1.40/5 共 10 次評分 |
開發者 | waplus |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://wacontactsaver.whatsabot.com/ |
隱私政策頁面URL | https://wacontactsaver.whatsabot.com/privacy |
支援的語言 | de,en,en-GB,fr,vi,es,it,sv,ru,ar,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.1.0", "homepage_url": "https:\/\/wacontactsaver.whatsabot.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "storage", "tabs" ], "host_permissions": [], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/web.whatsapp.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ], "all_frames": false } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |