TypeZap

Rode qualquer fluxo de TypeBot direto no Whatsapp

什么是TypeZap?

TypeZap是由typezap_dev开发的Chrome扩展程序,该扩展的主要功能是“Rode qualquer fluxo de TypeBot direto no Whatsapp”。

扩展截图

screenshot
screenshot

下载TypeZap扩展crx文件

下载TypeZap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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)                    

扩展基本信息

名称 TypeZap TypeZap
ID mpmfhhmfcanegfhcakchdnhapemgapeg
官方URL https://chromewebstore.google.com/detail/typezap/mpmfhhmfcanegfhcakchdnhapemgapeg
简介 Rode qualquer fluxo de TypeBot direto no Whatsapp
文件大小 6.58 MB
安装次数 194
当前版本 1.2.5
更新时间 2024-02-28
上架时间 2024-01-21
评分 5.00/5 共3次评分
开发者 typezap_dev
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://fmkt.in/politicas-typezap
支持的语言 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\/*"
        ]
    }
}