Comunidade ZDG Free

Disparador oficial de mensagens.

What is Comunidade ZDG Free?

Comunidade ZDG Free is a Chrome extension developed by Pedrinho da Nasa, and its main feature is "Disparador oficial de mensagens.".

Extension Screenshots

screenshot

Download Comunidade ZDG Free Extension CRX File

Download Comunidade ZDG Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Disparador oficial da estratégia ZDG.
Envie mensagens automáticas pelo WhatsApp.

A extensão só funcionará com a aba do WhatsApp WEB ativa no navegador. Caso contrário, você irá clicar e nada irá acontecer.

Para múltiplos contatos, carregue um contato por linha, como no modelo

* Envio ilimitado de mensagens
* Ativação ilimitada
* Envie de graças imagens, vídeos, documentos e arquivos
* Defina o tempo de envio
* Importação de contatos via CSV
* Envie mensagens com variáveis personalizadas

AVISO LEGAL:
WhatsApp é uma marca comercial da WhatsApp Inc., registrada nos EUA e em outros países. Esta extensão do Chrome não é endossada ou certificada pelo WhatsApp Inc.

Política de privacidade: https://comunidadezdg.com.br/politica-de-privacidade/                    

Extension Basic Information

Name Comunidade ZDG Free Comunidade ZDG Free
ID iofcjnefopghplghojjpglnjakejkein
Official URL https://chromewebstore.google.com/detail/comunidade-zdg-free/iofcjnefopghplghojjpglnjakejkein
Description Disparador oficial de mensagens.
File Size 748 KB
Installation Count 371
Current Version 2.0.4
Last Updated 2024-02-23
Publish Date 2023-12-29
Rating 5.00/5 Total 2 Ratings
Developer Pedrinho da Nasa
Email [email protected]
Payment Type free
Privacy Policy Page URL http://comunidadezdg.com.br/politica-de-privacidade
Supported Languages pt-BR
manifest.json
{
    "action": {
        "default_icon": {
            "16": "imgs\/16.png",
            "48": "imgs\/48.png"
        },
        "default_title": "Comunidade ZDG Free"
    },
    "author": "ZDG PRO",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "css": [
                "\/style\/mystyle.css",
                "style\/zdg.css"
            ],
            "js": [
                "\/js\/fgEmojiPicker.js",
                "\/js\/jquery.js",
                "\/smph\/app.js",
                "\/js\/siema.min.js"
            ],
            "matches": [
                "*:\/\/*.whatsapp.com\/*"
            ]
        }
    ],
    "description": "Disparador oficial de mensagens.",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.whatsapp.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "imgs\/128.png",
        "16": "imgs\/16.png",
        "32": "imgs\/32.png",
        "48": "imgs\/48.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Comunidade ZDG Free",
    "permissions": [
        "scripting",
        "declarativeNetRequest",
        "browsingData",
        "background",
        "activeTab"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.4",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.whatsapp.com\/*"
            ],
            "resources": [
                "js\/*",
                "imgs\/*",
                "smph\/*",
                "\/imgs\/gear-icon-min.png",
                "\/image\/*",
                "\/style\/*"
            ]
        }
    ]
}