TypeZap

Rode qualquer fluxo de TypeBot direto no Whatsapp

What is TypeZap?

TypeZap is a Chrome extension developed by typezap_dev, and its main feature is "Rode qualquer fluxo de TypeBot direto no Whatsapp".

Extension Screenshots

screenshot
screenshot

Download TypeZap Extension CRX File

Download TypeZap 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

                        Com o TypeZap, você integra e roda qualquer fluxo do TypeBot diretamente no WhatsApp Web.

Comece agora testando a versão Free.

- Rode fluxos completos, usando apenas URL de qualquer typebot criado.
- Compatível com áudios, vídeos, imagens e até botões. (Premium)
- Altere a URL de um fluxo pronto para seu próprio fluxo (Premium)                    

Extension Basic Information

Name TypeZap TypeZap
ID mpmfhhmfcanegfhcakchdnhapemgapeg
Official URL https://chromewebstore.google.com/detail/typezap/mpmfhhmfcanegfhcakchdnhapemgapeg
Description Rode qualquer fluxo de TypeBot direto no Whatsapp
File Size 6.58 MB
Installation Count 194
Current Version 1.2.5
Last Updated 2024-02-28
Publish Date 2024-01-21
Rating 5.00/5 Total 3 Ratings
Developer typezap_dev
Email [email protected]
Payment Type in_app
Privacy Policy Page URL https://fmkt.in/politicas-typezap
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TypeZap",
    "version": "1.2.5",
    "description": "Rode qualquer fluxo de TypeBot direto no Whatsapp",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "https:\/\/web.whatsapp.com\/"
    ],
    "icons": {
        "16": "\/images\/icon_16.png",
        "48": "\/images\/icon_48.png",
        "128": "\/images\/icon_128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "js\/contentScripts.js"
            ],
            "css": [
                "css\/contentScripts.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/injection.js",
                "js\/WPP.js"
            ],
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/web.whatsapp.com\/*"
        ]
    }
}