Integromat DevTool
Inspect your scenarios in Integromat at a glance!
Integromat DevTool là gì?
Integromat DevTool là một tiện ích mở rộng Chrome được phát triển bởi https://www.integromat.com, và tính năng chính của nó là "Inspect your scenarios in Integromat at a glance!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Integromat DevTool
Tải xuống các tệp mở rộng Integromat DevTool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Integromat DevTool |
ID | ainnemkhpnjgkhcdkfbhmlenkhehmfhi |
URL Chính Thức | https://chromewebstore.google.com/detail/integromat-devtool/ainnemkhpnjgkhcdkfbhmlenkhehmfhi |
Mô tả | Inspect your scenarios in Integromat at a glance! |
Kích Thước Tệp | 701 KB |
Số Lần Cài Đặt | 10,590 |
Phiên Bản Hiện Tại | 2.4.3 |
Cập Nhật Lần Cuối | 2023-12-01 |
Ngày Phát Hành | 2020-06-19 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://www.integromat.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.integromat.com/ |
URL Trang Trợ Giúp | https://docs.integromat.com/apps/integromat-devtool |
URL Trang Chính Sách Bảo Mật | https://www.integromat.com/en/help/privacy-notice |
Ngôn Ngữ Được Hỗ Trợ | 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';" } |