Turbo Query for Azure DevOps
Instantly retrieve work items from Azure DevOps.
Turbo Query for Azure DevOps क्या है?
Turbo Query for Azure DevOps Chuanqi Sun द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instantly retrieve work items from Azure DevOps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Turbo Query for Azure DevOps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" } } } } |