Crucible helper
This extension add some functionalities to Crucible
Co je Crucible helper?
Crucible helper je rozšíření Chrome vyvinuté Benjamin Santalucia, a jeho hlavní funkcí je „This extension add some functionalities to Crucible“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crucible helper
Stáhněte si soubory rozšíření Crucible helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Crucible helper |
ID | kcnlbkcdbeeombldnfmjphfdpjchdbem |
Oficiální URL | https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem |
Popis | This extension add some functionalities to Crucible |
Velikost souboru | 307 KB |
Počet instalací | 20 |
Aktuální Verze | 1.3.0 |
Poslední Aktualizace | 2016-04-25 |
Datum Vydání | 2016-04-25 |
Vývojář | Benjamin Santalucia |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/ben8p/chrome-extension-crucible-helper |
URL Stránky Nápovědy | https://github.com/ben8p/chrome-extension-crucible-helper/issues |
Podporované Jazyky | 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 } } |