Turbo Query for Azure DevOps

Instantly retrieve work items from Azure DevOps.

Τι είναι το Turbo Query for Azure DevOps;

Το Turbo Query for Azure DevOps είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Chuanqi Sun, και η κύρια λειτουργία του είναι "Instantly retrieve work items from Azure DevOps.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Turbo Query for Azure DevOps

Λήψη αρχείων επέκτασης Turbo Query for Azure DevOps σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
            }
        }
    }
}