Gitlab enhancer
Gitlab extension to enhance the user experience on the merger request process
Gitlab enhancer क्या है?
Gitlab enhancer roumi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gitlab extension to enhance the user experience on the merger request process"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gitlab enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance your GitLab merge request management with our Chrome extension. It brings clarity to your tasks, highlighting unresolved discussions and providing a clear, color-coded status overview. The extension will modifies 3 things in the merges requests page: 1. In the page of merge request, you can toggle the thread not created from a code review 2. it display the number of discussions not resolve out of the total number 3. it display a color coded for the merges requests, here are the explanations: if you are the the reviewer: - action needed: you didn't upvote the MR AND (all of your discussions are resolved OR you didn't start a discussion OR one of your discussion is not resolved and the last message is not from you) - wait: one of your discussions is not resolved and the last message is from you or one of the discussion is not from you and the last message is from you - done: all of your discussions are resolved and you've upvoted If your are the creator: - action needed: you have the upvotes needed for your merge request OR there is discussions not resolved and the last message is not from you - wait: all of the discussions are resolved OR in discussions not resolved the last message have to be yours - done: none - if you selected the option to not track merge request made by other it will be displayed with opacity
एक्सटेंशन की मूल जानकारी
नाम | Gitlab enhancer |
ID | gefblbbchjoiikjegebbmilelbecgcaa |
आधिकारिक URL | https://chromewebstore.google.com/detail/gitlab-enhancer/gefblbbchjoiikjegebbmilelbecgcaa |
विवरण | Gitlab extension to enhance the user experience on the merger request process |
फ़ाइल का आकार | 367 KB |
स्थापना संख्या | 58 |
वर्तमान संस्करण | 4 |
अंतिम अपडेट | 2024-02-16 |
प्रकाशन तिथि | 2020-06-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | roumi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Gitlab enhancer", "version": "4", "description": "Gitlab extension to enhance the user experience on the merger request process", "permissions": [ "storage" ], "action": { "default_popup": "src\/popup\/index.html", "default_icon": "images\/image.png" }, "icons": { "16": "images\/image.png", "128": "images\/image.png" }, "content_scripts": [ { "matches": [ " |