Integromat DevTool
Inspect your scenarios in Integromat at a glance!
Integromat DevTool क्या है?
Integromat DevTool https://www.integromat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspect your scenarios in Integromat at a glance!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Integromat DevTool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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';" } |