Turbo Query for Azure DevOps

Instantly retrieve work items from Azure DevOps.

Turbo Query for Azure DevOps란 무엇입니까?

Turbo Query for Azure DevOps은(는) Chuanqi Sun에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly retrieve work items from Azure DevOps."입니다.

확장 프로그램 스크린샷

screenshot

Turbo Query for Azure DevOps 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension helps you search and filter up to 20,000 work items, with zero latency. You can query work items by any of these fields, in any order:

  - Title
  - Tags
  - State
  - ID
  - Type
  - Assigned to
  - Iteration path

You can seamlessly copy-paste item links into Azure DevOps, Teams, Outlook, and other software with the perfect formatting. The IDs can be pasted into Azure DevOps to speed up these workflows:

 - Adding work items to a Pull Request.
 - Referencing work items in the Description field using # syntax.
 - Adding links to a work item.
 - Setting the Parent of a work item.

To help you stay in the flow, the entire UI can be navigated using Tab and Arrow keys. For power users, VIM keys (H, J, K, L) are also supported and mouse interaction is optional.

You can view the full list of features and shortcuts on the extension's options page.

This extension respects your privacy. It does not collect any telemetry and will only communicate to Azure DevOps for querying purposes.

This is a free and open-source project. Visit https://github.com/chuanqisun/turbo-query for source code or bug reports.                    

확장 프로그램 기본 정보

이름 Turbo Query for Azure DevOps Turbo Query for Azure DevOps
ID oacdbpdkkcfihlppfjefkmaeabllfibi
공식 URL https://chromewebstore.google.com/detail/turbo-query-for-azure-dev/oacdbpdkkcfihlppfjefkmaeabllfibi
설명 Instantly retrieve work items from Azure DevOps.
파일 크기 654 KB
설치 횟수 51
현재 버전 1.7.2
최근 업데이트 2022-10-10
출시 날짜 2022-04-10
평점 5.00/5 총 1 개의 평점
개발자 Chuanqi Sun
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/chuanqisun/turbo-query
도움말 페이지 URL https://github.com/chuanqisun/turbo-query/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turbo Query for Azure DevOps",
    "description": "Instantly retrieve work items from Azure DevOps.",
    "version": "1.7.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/[email protected]",
            "32": "\/images\/[email protected]",
            "48": "\/images\/[email protected]",
            "128": "\/images\/[email protected]"
        }
    },
    "icons": {
        "16": "\/images\/[email protected]",
        "48": "\/images\/[email protected]",
        "128": "\/images\/[email protected]"
    },
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/dev.azure.com\/"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+A",
                "windows": "Alt+A",
                "mac": "Alt+A",
                "linux": "Alt+A"
            }
        }
    }
}