Wafunnels - WhatsApp Contacts Extractor

Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.

Wafunnels - WhatsApp Contacts Extractor là gì?

Wafunnels - WhatsApp Contacts Extractor là một tiện ích mở rộng Chrome được phát triển bởi Wafunnels, và tính năng chính của nó là "Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wafunnels - WhatsApp Contacts Extractor

Tải xuống các tệp mở rộng Wafunnels - WhatsApp Contacts Extractor dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allowing you to save all your contacts in a single click. Bulk-save unknown WhatsApp numbers in seconds Instantly export thousands of contacts Organize your business contacts, hassle-free                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wafunnels - WhatsApp Contacts Extractor Wafunnels - WhatsApp Contacts Extractor
ID ekoonccgnbcafhcbomhgghdcgoigjdde
URL Chính Thức https://chromewebstore.google.com/detail/wafunnels-whatsapp-contac/ekoonccgnbcafhcbomhgghdcgoigjdde
Mô tả Wafunnels WhatsApp Contacts Extractor, let’s you export all or unsaved contacts from chat lists, groups and labels to CSV file.
Kích Thước Tệp 1.36 MB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.0.0.4
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2023-08-06
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Wafunnels
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://whatsapp.wafunnels.com/
URL Trang Chính Sách Bảo Mật https://whatsapp.wafunnels.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "background": {
        "service_worker": "assets\/js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "assets\/images\/[email protected]",
        "default_popup": "popup.html",
        "default_title": "WAFUNNELS"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/xlsx.full.min.js",
                "assets\/js\/filesaver.min.js",
                "assets\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "description": "Wafunnels WhatsApp Contacts Extractor, let\u2019s you export all or unsaved contacts from chat lists, groups and labels to CSV file.",
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/"
        ]
    },
    "homepage_url": "https:\/\/whatsapp.wafunnels.com\/",
    "icons": {
        "128": "assets\/images\/[email protected]",
        "16": "assets\/images\/[email protected]",
        "48": "assets\/images\/[email protected]"
    },
    "manifest_version": 3,
    "name": "Wafunnels - WhatsApp Contacts Extractor",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAFUNNELS",
    "version": "0.0.0.4",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/client.js",
                "assets\/js\/libphonenumber-max.js",
                "assets\/video\/green-spinner.mp4",
                "assets\/js\/xlsx.full.min.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "assets\/videos\/green-spinner.mp4",
                "assets\/videos\/loading-animation.mp4"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        },
        {
            "resources": [
                "popup.html"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}