Walution

This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on

O que é Walution?

Walution é uma extensão do Chrome desenvolvida por Quicklution, e sua principal característica é "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Walution

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

                        Walution is an extensions which is required to integrate with Quicklution's API to send messages, images, videos and other files through WhatsApp.

It can also be integrated to send texts and documents through Quicklution's Google Sheet add-on:

https://workspace.google.com/marketplace/app/walution_send_personalized_whatsapp_mess/994589936585

✔️ No sign-up required. ✔️ Free and fast customer service. ✔️ Free from advertising or branding. 

WhatsApp is a trademark of WhatsApp Inc., registered in the U.S. and other countries. Walution is an independent project and has no relationship to WhatsApp Inc.                    

Informações Básicas da Extensão

Nome Walution Walution
ID gnkoofidpbkdoejdloidmbdefjpgpjdi
URL Oficial https://chromewebstore.google.com/detail/walution/gnkoofidpbkdoejdloidmbdefjpgpjdi
Descrição This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on
Tamanho do Arquivo 42.15 KB
Contagem de Instalações 2,245
Versão Atual 1.6.2
Última Atualização 2023-08-25
Data de Publicação 2022-12-20
Classificação 4.98/5 Total de 335 Avaliações
Desenvolvedor Quicklution
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://whatsapp-sender.quicklution.com/
URL da Página de Ajuda https://whatsapp-sender.quicklution.com/contact-us
URL da Página de Política de Privacidade https://www.quicklution.com/g-track
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Walution",
    "description": "This extension helps you send WA messages through Quicklution's API or its Google Sheets add-on",
    "version": "1.6.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "app\/background.js"
    },
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "app\/contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/web.whatsapp.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "app\/pwmClient.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "declarativeNetRequest",
        "identity",
        "identity.email"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "netRules",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}