Comunidade ZDG Free
Disparador oficial de mensagens.
Was ist Comunidade ZDG Free?
Comunidade ZDG Free ist eine Chrome-Erweiterung, die von Pedrinho da Nasa entwickelt wurde, und ihr Hauptmerkmal ist "Disparador oficial de mensagens.".
Erweiterungsscreenshots
Comunidade ZDG Free-Erweiterungs-CRX-Datei herunterladen
Laden Sie Comunidade ZDG Free-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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/                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | iofcjnefopghplghojjpglnjakejkein | 
| Offizielle URL | https://chromewebstore.google.com/detail/comunidade-zdg-free/iofcjnefopghplghojjpglnjakejkein | 
| Beschreibung | Disparador oficial de mensagens. | 
| Dateigröße | 748 KB | 
| Installationsanzahl | 371 | 
| Aktuelle Version | 2.0.4 | 
| Letztes Update | 2024-02-23 | 
| Veröffentlichungsdatum | 2023-12-29 | 
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen | 
| Entwickler | Pedrinho da Nasa | 
| [email protected] | |
| Zahlungsart | free | 
| URL der Datenschutzrichtlinien-Seite | http://comunidadezdg.com.br/politica-de-privacidade | 
| Unterstützte Sprachen | 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\/*"
            ]
        }
    ]
}  |  |