Crucible helper

This extension add some functionalities to Crucible

What is Crucible helper?

Crucible helper is a Chrome extension developed by Benjamin Santalucia, and its main feature is "This extension add some functionalities to Crucible".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Crucible helper Extension CRX File

Download Crucible helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Crucible helper Crucible helper
ID kcnlbkcdbeeombldnfmjphfdpjchdbem
Official URL https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem
Description This extension add some functionalities to Crucible
File Size 307 KB
Installation Count 20
Current Version 1.3.0
Last Updated 2016-04-25
Publish Date 2016-04-25
Developer Benjamin Santalucia
Email [email protected]
Payment Type free
Extension Website https://github.com/ben8p/chrome-extension-crucible-helper
Help Page URL https://github.com/ben8p/chrome-extension-crucible-helper/issues
Supported Languages 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
    }
}