TypeZap
Rode qualquer fluxo de TypeBot direto no Whatsapp
TypeZap란 무엇입니까?
TypeZap은(는) typezap_dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Rode qualquer fluxo de TypeBot direto no Whatsapp"입니다.
확장 프로그램 스크린샷
TypeZap 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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)
확장 프로그램 기본 정보
이름 | |
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\/*" ] } } |