Crucible helper
This extension add some functionalities to Crucible
Crucible helperとは何ですか?
Crucible helperはBenjamin Santaluciaによって開発されたChromeの拡張機能で、その主な機能は「This extension add some functionalities to Crucible」です。
拡張機能のスクリーンショット
Crucible helper拡張機能のCRXファイルをダウンロード
Crucible helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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
}
} | |