WAFilter - Free Check & Verify WA Number

WA Filter: A reliable tool to swiftly verify, check, and filter WhatsApp numbers for efficient and secure contact management.

WAFilter - Free Check & Verify WA Number là gì?

WAFilter - Free Check & Verify WA Number là một tiện ích mở rộng Chrome được phát triển bởi wadeskzf, và tính năng chính của nó là "WA Filter: A reliable tool to swiftly verify, check, and filter WhatsApp numbers for efficient and secure contact management.".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WAFilter - Free Check & Verify WA Number

Tải xuống các tệp mở rộng WAFilter - Free Check & Verify WA Number 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

                        Verify, check and filter WhatsApp numbers easily with WA Filter! Designed specifically for batch operations, it provides an efficient, convenient and secure contact number management experience.

#1 WhatsApp number checker, filter and validator, instantly filter and verify WhatsApp phone numbers.

Smart extension to check and filter WhatsApp phone numbers and verify which numbers have active WhatsApp.

The #1 extension for WhatsApp number checker/filter/validator. Useful for marketing and sales companies to filter bulk contact lists with number ranges or any country imported from a Excel file.

# Key Features
✓ Bulk verification of numbers
✓ Import numbers from Excel file
✓ Fast, 100% accurate validator for bulk numbers
✓ Support numbers from all countries
✓ Save checked history list
✓ Download the Success/Failure/All list to a Excel file

# How to get started?
1. Open web.whatsapp.com and scan to log in
2. Enter the numbers or upload an Excel file containing the numbers
3. Click the "Start Check" button
4. You can also click the "Generate" button to generate a range of numbers for filtering within the range.

# It's free?
Yes, WAFiter is free. You can get basic functionality and upgrade for more features.

# FAQ
https://wadesk.io/whatsapp-check-wafilter?utm_source=wafilter#faq

If it does not work, please disable other WhatsApp extensions and try again.

If you have any issues, don't hesitate to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers.

Elevate your WhatsApp messaging experience with WAFilter. Install now!                    

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

Tên WAFilter - Free Check & Verify WA Number WAFilter - Free Check & Verify WA Number
ID hhfjicmmlbnmbobgpfmdkodfjkibogog
URL Chính Thức https://chromewebstore.google.com/detail/wafilter-free-check-verif/hhfjicmmlbnmbobgpfmdkodfjkibogog
Mô tả WA Filter: A reliable tool to swiftly verify, check, and filter WhatsApp numbers for efficient and secure contact management.
Kích Thước Tệp 3.03 MB
Số Lần Cài Đặt 446
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2023-12-06
Đánh Giá 4.96/5 Tổng số 90 Đánh Giá
Nhà Phát Triển wadeskzf
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://wadesk.io/private
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chromewebstore.google.com\/detail\/hhfjicmmlbnmbobgpfmdkodfjkibogog",
    "default_locale": "en",
    "host_permissions": [
        "",
        "*:\/\/*\/*"
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "16": "icons\/128.png",
        "32": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "icons": {
        "16": "icons\/128.png",
        "32": "icons\/128.png",
        "48": "icons\/128.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/inject-script.js",
                "js\/api.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.0.6"
}