Web Messages

Add enhancements to your WhatsApp Web and increase productivity using Web Sender

O que é Web Messages?

Web Messages é uma extensão do Chrome desenvolvida por Productive apps, e sua principal característica é "Add enhancements to your WhatsApp Web and increase productivity using Web Sender".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Web Messages

Baixe arquivos de extensão Web Messages 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

                        Using this extension, a user can send whatsapp messages to multiple contacts. Messeges can be customised to include custom fields like name, email, scores or any variable. User would be able to do the same by uploading excel sheet also which contains user's contact over which custom messeges needs to be sent.                    

Informações Básicas da Extensão

Nome Web Messages Web Messages
ID gmgeiaokjhgikcpdbckopoogacpcbcnb
URL Oficial https://chrome.google.com/webstore/detail/web-messages/gmgeiaokjhgikcpdbckopoogacpcbcnb
Descrição Add enhancements to your WhatsApp Web and increase productivity using Web Sender
Tamanho do Arquivo 315 KB
Contagem de Instalações 4,110
Versão Atual 1.0.9
Última Atualização 2022-02-01
Data de Publicação 2020-12-31
Classificação 3.38/5 Total de 8 Avaliações
Desenvolvedor Productive apps
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/image128.png",
        "default_popup": "popup.html",
        "default_title": "Web Messages"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Add enhancements to your WhatsApp Web and increase productivity using Web Sender",
    "icons": {
        "128": "images\/image128.png",
        "16": "images\/image16.png",
        "32": "images\/image32.png",
        "48": "images\/image48.png"
    },
    "manifest_version": 2,
    "name": "Web Messages",
    "permissions": [
        "notifications",
        "https:\/\/web.whatsapp.com\/*",
        "storage"
    ],
    "version": "1.0.9"
}