Keboola Dev Tools
Keboola Connection helper tools to avoid common manual API calls when working with component configurations.
Keboola Dev Tools là gì?
Keboola Dev Tools là một tiện ích mở rộng Chrome được phát triển bởi David Esner, và tính năng chính của nó là "Keboola Connection helper tools to avoid common manual API calls when working with component configurations.".
Ả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 Keboola Dev Tools
Tải xuống các tệp mở rộng Keboola Dev Tools 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keboola Dev Tools |
ID | kkajaaimfhkgbefpnpamaahjbpdofboa |
URL Chính Thức | https://chromewebstore.google.com/detail/keboola-dev-tools/kkajaaimfhkgbefpnpamaahjbpdofboa |
Mô tả | Keboola Connection helper tools to avoid common manual API calls when working with component configurations. |
Kích Thước Tệp | 631 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 0.0.9 |
Cập Nhật Lần Cuối | 2023-02-05 |
Ngày Phát Hành | 2022-05-02 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | David Esner |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |