WASender Free Plugin

WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more

O que é WASender Free Plugin?

WASender Free Plugin é uma extensão do Chrome desenvolvida por https://wasender.com, e sua principal característica é "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão WASender Free Plugin

Baixe arquivos de extensão WASender Free Plugin 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 Web on Steroids
Add missing features to WhatsApp web - Privacy, reactions, Smart auto replies

Supercharge your WhatsApp for business today
Engage with your customers on WhatsApp and grow your business

Export & sync your contacts lists and much more...                    

Informações Básicas da Extensão

Nome WASender Free Plugin WASender Free Plugin
ID dnjnjakimfpdaahjpakjjbobnfbjnjmb
URL Oficial https://chromewebstore.google.com/detail/wasender-free-plugin/dnjnjakimfpdaahjpakjjbobnfbjnjmb
Descrição WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more
Tamanho do Arquivo 2.13 MB
Contagem de Instalações 10,022
Versão Atual 1.0.21
Última Atualização 2022-09-03
Data de Publicação 2021-03-11
Classificação 4.17/5 Total de 30 Avaliações
Desenvolvedor https://wasender.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://waplug.in/
URL da Página de Ajuda https://tawk.to/wapluginSupport
URL da Página de Política de Privacidade https://wasender.com/privacy
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WASender Free Plugin",
    "version": "1.0.21",
    "description": "WhatsApp Enhancements - Send personalised messages using Excel, Images with caption, Auto-reply, Download contacts, privacy & more",
    "background": {
        "scripts": [
            "backgroundmin.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/"
            ],
            "js": [
                "contentmin.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "WASender"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "css\/lib.css",
        "\/img\/*",
        "flmin.js"
    ]
}