Crucible helper
This extension add some functionalities to Crucible
Crucible helper क्या है?
Crucible helper Benjamin Santalucia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension add some functionalities to Crucible"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crucible helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
A little helper to manage atlassian crucible and to know when you have unread comments or reviews to do A badge on top the icon represent how many comments you have to read A notification will be displayed when you have reviews to do Allow crucible admin to do various operation like cleanup before deleting a user, closing very old reviews, .... Note: This require Crucible REST API to be enabled.
एक्सटेंशन की मूल जानकारी
नाम | Crucible helper |
ID | kcnlbkcdbeeombldnfmjphfdpjchdbem |
आधिकारिक URL | https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem |
विवरण | This extension add some functionalities to Crucible |
फ़ाइल का आकार | 307 KB |
स्थापना संख्या | 20 |
वर्तमान संस्करण | 1.3.0 |
अंतिम अपडेट | 2016-04-25 |
प्रकाशन तिथि | 2016-04-25 |
डेवलपर | Benjamin Santalucia |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/ben8p/chrome-extension-crucible-helper |
सहायता पृष्ठ URL | https://github.com/ben8p/chrome-extension-crucible-helper/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.3.0", "minimum_chrome_version": "23", "default_locale": "en", "options_page": "screen\/options.html", "browser_action": { "default_icon": "icons\/icon.png", "default_popup": "screen\/popup.html" }, "permissions": [ "storage", "alarms", "notifications", "https:\/\/*\/", "http:\/\/*\/" ], "background": { "scripts": [ "vendor\/requireJs\/require.js", "background\/events.js" ], "persistent": true } } |