Crucible helper

This extension add some functionalities to Crucible

O que é Crucible helper?

Crucible helper é uma extensão do Chrome desenvolvida por Benjamin Santalucia, e sua principal característica é "This extension add some functionalities to Crucible".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crucible helper

Baixe arquivos de extensão Crucible helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Crucible helper Crucible helper
ID kcnlbkcdbeeombldnfmjphfdpjchdbem
URL Oficial https://chromewebstore.google.com/detail/crucible-helper/kcnlbkcdbeeombldnfmjphfdpjchdbem
Descrição This extension add some functionalities to Crucible
Tamanho do Arquivo 307 KB
Contagem de Instalações 20
Versão Atual 1.3.0
Última Atualização 2016-04-25
Data de Publicação 2016-04-25
Desenvolvedor Benjamin Santalucia
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ben8p/chrome-extension-crucible-helper
URL da Página de Ajuda https://github.com/ben8p/chrome-extension-crucible-helper/issues
Idiomas Suportados 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
    }
}