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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}