WAXP Contacts Exporter & CRM for WhatsApp™

Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.

什么是WAXP Contacts Exporter & CRM for WhatsApp™?

WAXP Contacts Exporter & CRM for WhatsApp™是由Codegena开发的Chrome扩展程序,该扩展的主要功能是“Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.”。

扩展截图

screenshot
screenshot

下载WAXP Contacts Exporter & CRM for WhatsApp™扩展crx文件

下载WAXP Contacts Exporter & CRM for WhatsApp™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🚀 BETA

The extension is currently under beta.

----------------------------------------------------------------------------------------

WAXP allows you to quickly export contacts from chatlist, groups and labels. Further more, you can filter chatlist based by country, unread status and more. You can even store custom notes and properties. What else can you do? Check the entire feature list below

**A note about permissions**: This extension currently needs access to web.whatsapp.com and storage to work.

🚀 WAXP FEATURES
-----------------------------------------
- Hide typing status
- Blur chats and chatlist for privacy friendly screenshots
- Start chat with a new number
- Export contacts from chatlist, groups and labels
- Export past participants of a group (members who were present in the group in the last 60 days)

💰 PRICING
-----------------------------------------
Some features of the extension will be available for free. To unlock the full capabilities of the extension, please purchase a license from https://shaneapenkoshy.gumroad.com/l/waxp-crm


⚖️ LEGAL
-----------------------------------------
This is an unofficial enhancement for WhatsApp™ Web. This extension is not related in any way to WhatsApp™ Inc.

☎️ SUPPORT
-----------------------------------------
For help and support, reach out to [email protected]

𝌡 CHANGE LOG
-----------------------------------------
V.1.2.1
- Support for new WhatsApp web changes
V1.1.9
- Export group member type (Member, Admin)
- Export all groups at once                    

扩展基本信息

名称 WAXP Contacts Exporter & CRM for WhatsApp™ WAXP Contacts Exporter & CRM for WhatsApp™
ID egjijglfkbikhmofhphailpolcjaalcb
官方URL https://chromewebstore.google.com/detail/waxp-contacts-exporter-cr/egjijglfkbikhmofhphailpolcjaalcb
简介 Effortlessly export WhatsApp™ contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.
文件大小 3.8 MB
安装次数 912
当前版本 1.2.5
更新时间 2023-12-04
上架时间 2023-03-02
评分 2.40/5 共5次评分
开发者 Codegena
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://codegena.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WAXP Contacts Exporter & CRM for WhatsApp\u2122",
    "description": "Effortlessly export WhatsApp\u2122 contacts (from groups, chatlist, labels), filter chats, store notes & do more with WAXP CRM.",
    "version": "1.2.5",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/img\/WAXP-icon.png"
    },
    "icons": {
        "128": "assets\/img\/WAXP-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "assets\/*",
                "waxp-dom.bundle.js",
                "locales\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}