Whats Auto Send

Chrome Extension that allows you to send WhatsApp messages in bulk

O que é Whats Auto Send?

Whats Auto Send é uma extensão do Chrome desenvolvida por Jusceir R, e sua principal característica é "Chrome Extension that allows you to send WhatsApp messages in bulk".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Whats Auto Send

Baixe arquivos de extensão Whats Auto Send 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

                        The "Automated Messaging and File Sending Extension for WhatsApp" is an essential tool for marketers, sales teams, business owners, and anyone looking to automate and optimize their interactions on WhatsApp. With advanced features and an intuitive interface, it provides a convenient solution for streamlining the sending of messages and files, saving time and improving efficiency.                    

Informações Básicas da Extensão

Nome Whats Auto Send Whats Auto Send
ID dmehhcjdoejcpoffjpfnhfglcacofmdn
URL Oficial https://chromewebstore.google.com/detail/whats-auto-send/dmehhcjdoejcpoffjpfnhfglcacofmdn
Descrição Chrome Extension that allows you to send WhatsApp messages in bulk
Tamanho do Arquivo 504 KB
Contagem de Instalações 54
Versão Atual 1.0.2
Última Atualização 2023-07-03
Data de Publicação 2023-06-28
Desenvolvedor Jusceir R
Email [email protected]
Tipo de Pagamento in_app
Idiomas Suportados en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whats Auto Send",
    "version": "1.0.2",
    "action": {
        "default_icon": {
            "16": "icons\/img.png",
            "32": "icons\/img.png",
            "48": "icons\/img.png",
            "64": "icons\/img.png",
            "128": "icons\/img.png"
        },
        "default_popup": "popup.html",
        "default_title": "WAS"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "16": "icons\/wtf16.png",
        "32": "icons\/wtf32.png",
        "48": "icons\/wtf48.png",
        "64": "icons\/wtf64.png",
        "128": "icons\/wtf128.png"
    },
    "author": "[email protected]",
    "content_scripts": [
        {
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*"
        ]
    },
    "homepage_url": "https:\/\/w-a-s.web.app\/",
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "WAS",
    "storage": {
        "managed_schema": "schema.json"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "resources": [
                "js\/wa-js.js"
            ]
        }
    ]
}