Integromat DevTool

Inspect your scenarios in Integromat at a glance!

Integromat DevTool란 무엇입니까?

Integromat DevTool은(는) https://www.integromat.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Inspect your scenarios in Integromat at a glance!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Integromat DevTool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Integromat DevTool Integromat DevTool
ID ainnemkhpnjgkhcdkfbhmlenkhehmfhi
공식 URL https://chromewebstore.google.com/detail/integromat-devtool/ainnemkhpnjgkhcdkfbhmlenkhehmfhi
설명 Inspect your scenarios in Integromat at a glance!
파일 크기 701 KB
설치 횟수 10,590
현재 버전 2.4.3
최근 업데이트 2023-12-01
출시 날짜 2020-06-19
평점 4.88/5 총 8 개의 평점
개발자 https://www.integromat.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.integromat.com/
도움말 페이지 URL https://docs.integromat.com/apps/integromat-devtool
개인정보 보호 정책 페이지 URL https://www.integromat.com/en/help/privacy-notice
지원되는 언어 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';"
}