Integromat DevTool

Inspect your scenarios in Integromat at a glance!

¿Qué es Integromat DevTool?

Integromat DevTool es una extensión de Chrome desarrollada por https://www.integromat.com, y su función principal es "Inspect your scenarios in Integromat at a glance!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Integromat DevTool

Descarga archivos de extensión Integromat DevTool en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Integromat DevTool allows you to debug your Integromat scenarios in a completely new way. It will add an extra pane to the Chrome Developer Tools. Using this new debugger pane you're able to check all manual runs of your scenario, review all the performed operations, see details of every single API call performed. It also brings whole bunch of new opportunities for the Apps development. You're able to check every single call that your app has performed. Thanks to this extension you can easily debug your scenario, see which module, operation, even which single response causes the error and then get your scenario back on track. Try it out and let your scenarios shine!                    

Información Básica de la Extensión

Nombre Integromat DevTool Integromat DevTool
ID ainnemkhpnjgkhcdkfbhmlenkhehmfhi
URL Oficial https://chromewebstore.google.com/detail/integromat-devtool/ainnemkhpnjgkhcdkfbhmlenkhehmfhi
Descripción Inspect your scenarios in Integromat at a glance!
Tamaño del Archivo 701 KB
Cantidad de Instalaciones 10,590
Versión Actual 2.4.3
Última Actualización 2023-12-01
Fecha de Publicación 2020-06-19
Calificación 4.88/5 Total de 8 Calificaciones
Desarrollador https://www.integromat.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.integromat.com/
URL de la Página de Ayuda https://docs.integromat.com/apps/integromat-devtool
URL de la Página de Política de Privacidad https://www.integromat.com/en/help/privacy-notice
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Integromat DevTool",
    "short_name": "IMT DevTool",
    "version": "2.4.3",
    "description": "Inspect your scenarios in Integromat at a glance!",
    "author": "Dominik Kadera",
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "1024": "icons\/1024.png"
    },
    "minimum_chrome_version": "72.0",
    "devtools_page": "index.html",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "externally_connectable": {
        "ids": [
            "*"
        ]
    },
    "background": {
        "scripts": [
            "background.mjs"
        ],
        "presistent": false
    },
    "content_security_policy": "default-src 'self'; script-src-elem 'self' static.integromat.com data: https:\/\/static.integromat.com; connect-src * data: blob: filesystem:;style-src 'self' 'unsafe-inline' static.integromat.com data: https:\/\/fonts.googleapis.com https:\/\/static.integromat.com; img-src 'self' static.integromat.com data: https:\/\/static.integromat.com; frame-src 'self' data:;font-src 'self' static.integromat.com data: https:\/\/fonts.gstatic.com https:\/\/static.integromat.com; media-src * data: blob: filesystem:;object-src 'self';"
}