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!”。
擴展截圖
下載Integromat DevTool擴展crx文件
下載Integromat DevTool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ainnemkhpnjgkhcdkfbhmlenkhehmfhi |
官方網址 | 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';" } |