WAPI Extractor 3.2.1

Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.

O que é WAPI Extractor 3.2.1?

WAPI Extractor 3.2.1 é uma extensão do Chrome desenvolvida por https://wapi7.com, e sua principal característica é "Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão WAPI Extractor 3.2.1

Baixe arquivos de extensão WAPI Extractor 3.2.1 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        WhatsApp Contacts Extractor is a chrome extension that allows you in a single click to download all numbers include name (if available) from your WhatsApp accounts and save it in an excel sheet (.csv file) and .txt.
With this extension, you save a lot of your time and easy to follow up. Don’t miss any numbers from your potential customers and increase your sales now! \\

Features
-- Save all numbers from Groups list
-- One click to download contacts (Name and Number)
-- Excel sheet (.csv) file
-- Save all numbers from Contacts list
-- Save all numbers from Chats list (NEW)
-- See numbers before exporting
-- Easy install and newbie friendly

How to use it
Go to Web.whtasapp.com, the WhatsApp web page will open.

LEGAL

WhatsApp is a trademark of WhatsApp Inc. , registered in the U.S. and other countries. This Chrome extension is not endorsed or certified by WhatsApp Inc. This is an unofficial enhancement for WhatsApp Web...

https://www.wapi7.com/terms                    

Informações Básicas da Extensão

Nome WAPI Extractor 3.2.1 WAPI Extractor 3.2.1
ID kmomlckcblmamhflodcbkinelhahalmo
URL Oficial https://chromewebstore.google.com/detail/wapi-extractor-321/kmomlckcblmamhflodcbkinelhahalmo
Descrição Export all or unsaved contacts from WhatsApp™ groups, chatlist and labels to CSV file.
Tamanho do Arquivo 71.29 KB
Contagem de Instalações 7,000
Versão Atual 3.2.1
Última Atualização 2024-02-04
Data de Publicação 2022-10-21
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor https://wapi7.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wapi7.com/
URL da Página de Ajuda https://wa.me/59171165765
URL da Página de Política de Privacidade https://www.wapi7.com/terms
Idiomas Suportados en-US
manifest.json
{
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_icon": "\/image\/[email protected]",
        "default_popup": "popup.html",
        "default_title": "WAPI Extracto 3.2.1r"
    },
    "content_scripts": [
        {
            "js": [
                "\/js\/content_script.js"
            ],
            "matches": [
                "*:\/\/web.whatsapp.com\/"
            ]
        }
    ],
    "description": "Export all or unsaved contacts from WhatsApp\u2122 groups, chatlist and labels to CSV file.",
    "externally_connectable": {
        "matches": [
            "*:\/\/web.whatsapp.com\/"
        ]
    },
    "homepage_url": "https:\/\/codecanyon.net\/item\/whatextractor-whatsapp-contacts-extractor\/25998754",
    "icons": {
        "128": "\/image\/[email protected]",
        "16": "\/image\/[email protected]",
        "32": "\/image\/[email protected]"
    },
    "manifest_version": 3,
    "name": "WAPI Extractor 3.2.1",
    "host_permissions": [
        "*:\/\/api.gumroad.com\/*"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAPI Extractor",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.2.1",
    "web_accessible_resources": [
        {
            "resources": [
                "\/js\/client.js",
                "popup.html",
                "\/image\/qrcode.png",
                "\/image\/profile-pic.jpg",
                "\/video\/loading-animation.mp4",
                "\/video\/green-spinner.mp4"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ]
}