Keboola Dev Tools
Keboola Connection helper tools to avoid common manual API calls when working with component configurations.
Keboola Dev Tools क्या है?
Keboola Dev Tools David Esner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keboola Connection helper tools to avoid common manual API calls when working with component configurations."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keboola Dev Tools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple extension allowing operations with Keboola Connection component configurations. The extension simplifies component configuration related tasks for advanced users and developers in Keboola Connection. It allows to perform raw JSON configuration updates, triggering debug jobs, triggering jobs with overridden tag and displaying current user token. Supports both old and new queue, orchestrations-v2 and all other component configurations. It is very useful for any advanced users that would like to debug component jobs or change some configurations values directly in JSON without need to mingle construct the api calls themselves, reseting the token or mingling with Chrome DevTools. The user token is never required to submit and never stored in the chrome storage. It is only used in the current context. Supported actions: - Show current user's API token. - Storage token is displayed without need to reset it. - Run Debug job - Creates debug job (Debug API call) - Run Tag - Runs configuration with specified overridden tag - Update configuration - Update and save configuration JSON directly - Update configuration state - Update and save state JSON directly
एक्सटेंशन की मूल जानकारी
नाम | Keboola Dev Tools |
ID | kkajaaimfhkgbefpnpamaahjbpdofboa |
आधिकारिक URL | https://chromewebstore.google.com/detail/keboola-dev-tools/kkajaaimfhkgbefpnpamaahjbpdofboa |
विवरण | Keboola Connection helper tools to avoid common manual API calls when working with component configurations. |
फ़ाइल का आकार | 631 KB |
स्थापना संख्या | 212 |
वर्तमान संस्करण | 0.0.9 |
अंतिम अपडेट | 2023-02-05 |
प्रकाशन तिथि | 2022-05-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | David Esner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keboola Dev Tools", "description": "Keboola Connection helper tools to avoid common manual API calls when working with component configurations.", "version": "0.0.9", "manifest_version": 3, "options_page": "options.html", "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "webRequest" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } }, "icons": { "16": "\/images\/logo_16.png", "32": "\/images\/logo_32.png", "48": "\/images\/logo_48.png", "128": "\/images\/logo_128.png" } } |