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開發的Chrome擴展程式,該擴展的主要功能是“Keboola Connection helper tools to avoid common manual API calls when working with component configurations.”。

擴展截圖

screenshot

下載Keboola Dev Tools擴展crx文件

下載Keboola Dev Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 Keboola Dev Tools
ID kkajaaimfhkgbefpnpamaahjbpdofboa
官方網址 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"
    }
}