Crucible helper

This extension add some functionalities to Crucible

Crucible helper란 무엇입니까?

Crucible helper은(는) Benjamin Santalucia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension add some functionalities to Crucible"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Crucible helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
    }
}