WAXP - Contacts Exporter for WhatsApp
Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
WAXP - Contacts Exporter for WhatsAppとは何ですか?
WAXP - Contacts Exporter for WhatsAppはCodegenaによって開発されたChromeの拡張機能で、その主な機能は「Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.」です。
拡張機能のスクリーンショット
WAXP - Contacts Exporter for WhatsApp拡張機能のCRXファイルをダウンロード
WAXP - Contacts Exporter for WhatsApp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Export all or just the unsaved contacts from WhatsApp groups, chatlist or labels to an Excel file.
💰 Limited Free Trial
PLEASE NOTE: The free version will export all contacts but only 4 contacts will be shown, the rest will be hidden. PLEASE ENSURE THAT THE EXTENSION WORKS FOR YOU DURING THE TRIAL MODE.
🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸
When you are happy with the extension, purchase the full version from this link.
👉🏻 Get License Code - https://gumroad.com/l/WhatsApp-Contacts-Exporter
🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸 🔹 🔸
🚀 WAXP Features
⭐️ Export all/unsaved contacts from WhatsApp chat list, labels, broadcast lists and groups
⭐️ Export all groups at once (beta)
⭐️ Export as Excel file
⭐️ Export the users country information
⭐️ Easily identifiable & descriptive filenames
⭐️ Optionally add a prefix to the exported names
⭐️ Offers multiple group export methods: instant and scraping
🚀 What users say
🔥 The only one that actually worked good in almost 15 extensions.
🔥 Realiza exactamente lo que anuncia ! Bien y Rápido !
👉🏻 How to use this extension ?
1. Open web.whatsapp.com
2. Select the group from which you want to export contacts
3. Click on the extension icon, choose the type of export and hit Export
**A note about permissions**: This extension currently needs access to web.whatsapp.com and storage to work.
------------------------------------------
⚖️ LEGAL
-----------------------------------------
This is an unofficial enhancement for WhatsApp™ Web. This extension is not related in any way to WhatsApp™ Inc.
------------------------------------------
📝 CHANGELOG
-----------------------------------------
V1.76
- Fixed label export
V1.70
- Fix for new WhatsApp web changes
V1.63
- Fixed an issue with all group export where groups with duplicate names were skipped
V1.61
- Unknown contact names will show phone number due to popular demand
V1.60
- Fixed label exporting issue
V1.59
- Fixed an issue with export when the group name contains Arabic characters
V1.56
- Trial mode is labelled in the Excel file
V1.55
- Added last contacted date column
V1.54
- Changes to trial mode: Users can now export unlimited times containing upto 4 contacts
V1.52
- Fixed contact scraping issues
- Fixed export filename issues
V1.51
- Fixed an issue with export all groups, where export failed when multiple groups had the same name
V1.49
- Chat list export bug fixes
V1.47
- Fixed a bug which prevented exporting contacts from identically named broadcast lists.
V1.46
- Partial label exporting support when using WhatsApp multi device feature
V 1.45
- Export all groups at once
V 1.44
- Fixed issue that stopped the extension from working with the latest WhatsApp web
V 1.43
- Bug fix
V 1.42
- Added Excel support (highly requested feature)
- Added Google Analytics to measure export count metrics. This will help us improve the extension.
V 1.4
- Fixed label exporting bugs in the new WhatsApp Web Version 2.2121.5
V 1.39
- Formatted phone numbers
- New country column in CSV export
- Bug fixes
V 1.38
- Fixed bug that prevented label based exports from groups
V 1.37
- Made to work with WhatsApp Web Version 2.2106.5
V 1.36
- Fixed bug that prevented group exports when disappearing messages is turned on
V 1.35
- Bug Fixes
V 1.34
- Fixed group contacts export issues caused by WhatsApp web updates
V 1.33
- Improved label exporting
- Added date to filenames
- Minor UI improvements 拡張機能の基本情報
| 名前 | |
| ID | mdpelimehdooponahfdneckpfnooebii |
| 公式URL | https://chromewebstore.google.com/detail/waxp-contacts-exporter-fo/mdpelimehdooponahfdneckpfnooebii |
| 説明 | Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file. |
| ファイルサイズ | 422 KB |
| インストール数 | 23,198 |
| 現在のバージョン | 1.76 |
| 最終更新日 | 2024-01-12 |
| 公開日 | 2020-09-02 |
| 評価 | 3.11/5 合計 65 レビュー |
| 開発者 | Codegena |
| Eメール | [email protected] |
| 支払い方法 | in_app |
| 拡張機能のウェブサイト | https://codegena.com/WhatsApp-Contacts-Exporter |
| ヘルプページのURL | https://codegena.com/WhatsApp-Contacts-Exporter |
| プライバシーポリシーページのURL | https://codegena.com/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WAXP - Contacts Exporter for WhatsApp",
"short_name": "WAXP",
"version": "1.76",
"manifest_version": 2,
"description": "Export all or unsaved contacts from WhatsApp\u2122 groups, chatlist and labels to CSV file.",
"homepage_url": "https:\/\/codegena.com\/WhatsApp-Contacts-Exporter\/",
"icons": {
"16": "\/image\/[email protected]",
"48": "\/image\/[email protected]",
"128": "\/image\/[email protected]"
},
"browser_action": {
"default_icon": "\/image\/[email protected]",
"default_title": "WAXP",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/web.whatsapp.com\/"
],
"js": [
"\/js\/exceljs.min.js",
"\/js\/filesaver.min.js",
"\/js\/content_script.js"
]
}
],
"background": {
"scripts": [
"\/js\/background.js"
],
"persistent": false
},
"permissions": [
"activeTab",
"*:\/\/api.gumroad.com\/*",
"storage"
],
"web_accessible_resources": [
"\/js\/client.js",
"\/js\/libphonenumber-max.js",
"popup.html",
"\/image\/qrcode.png",
"\/image\/profile-pic.jpg",
"\/video\/loading-animation.mp4",
"\/video\/green-spinner.mp4"
],
"externally_connectable": {
"matches": [
"*:\/\/web.whatsapp.com\/"
]
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |