Azure DevOps Tracker
Track your favourite Azure DevOps work items.
ما هو Azure DevOps Tracker؟
Azure DevOps Tracker هو إضافة Chrome تم تطويرها بواسطة Mo Jiwa، والميزة الرئيسية لها هي "Track your favourite Azure DevOps work items.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Azure DevOps Tracker
قم بتنزيل ملفات الامتداد Azure DevOps Tracker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension allows the user to navigate to and track Azure DevOps work items based on their ID. The tracking of items also allows the user to be able to see related child and parent items by expanding on a tracked node. Tracked items are persisted and synced across your profiles. This is an excellent tool for monitoring the most important work items to you, or for managing work items - giving you a clear overview of each item, its state and current progress - as well as who is assigned to it.
معلومات أساسية عن التمديد
الاسم | Azure DevOps Tracker |
ID | pofdeeafbmacahfijoccmnkkakogieec |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/azure-devops-tracker/pofdeeafbmacahfijoccmnkkakogieec |
الوصف | Track your favourite Azure DevOps work items. |
حجم الملف | 360 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.83 |
آخر تحديث | 2021-04-01 |
تاريخ النشر | 2021-04-01 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Mo Jiwa |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://mojiwa.com |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Azure DevOps Tracker", "options_page": "options.html", "version": "1.83", "description": "Track your favourite Azure DevOps work items.", "short_name": "Azure DevOps Tracker", "permissions": [ "activeTab", "storage" ], "browser_action": { "default_title": "Track your work items", "default_popup": "tfs_tracker.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "background": { "persistend": false, "scripts": [ "main.js", "tailwindcss.css", "custom.css", "options.js" ] } } } |