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 |
| 官方網址 | 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
}
} | |