TypeZap
Rode qualquer fluxo de TypeBot direto no Whatsapp
Wat is TypeZap?
TypeZap is een Chrome-extensie ontwikkeld door typezap_dev, en de belangrijkste functie is "Rode qualquer fluxo de TypeBot direto no Whatsapp".
Extensie Screenshots
Download het CRX-bestand van de extensie TypeZap
Download TypeZap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | mpmfhhmfcanegfhcakchdnhapemgapeg |
Officiële URL | https://chromewebstore.google.com/detail/typezap/mpmfhhmfcanegfhcakchdnhapemgapeg |
Beschrijving | Rode qualquer fluxo de TypeBot direto no Whatsapp |
Bestandsgrootte | 6.58 MB |
Aantal Installaties | 194 |
Huidige Versie | 1.2.5 |
Laatst Bijgewerkt | 2024-02-28 |
Publicatiedatum | 2024-01-21 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | typezap_dev |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://fmkt.in/politicas-typezap |
Ondersteunde Talen | 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\/*" ] } } |