Convenient Redmine

Add several convenient fuctions to redmine pages.

O que é Convenient Redmine?

Convenient Redmine é uma extensão do Chrome desenvolvida por gilchris, e sua principal característica é "Add several convenient fuctions to redmine pages.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Convenient Redmine

Baixe arquivos de extensão Convenient Redmine 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

                        chrome extension for adding advantages of redmine

Features

- Issue list coloring
- Display detail time on detail issue view
- Emphasis my assigned issue
- Show attachment images with layer                    

Informações Básicas da Extensão

Nome Convenient Redmine Convenient Redmine
ID cebgldbppceblpomepllpcmmebbmfcko
URL Oficial https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko
Descrição Add several convenient fuctions to redmine pages.
Tamanho do Arquivo 52.31 KB
Contagem de Instalações 245
Versão Atual 1.1.4
Última Atualização 2020-02-11
Data de Publicação 2020-02-11
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor gilchris
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.1.4",
    "manifest_version": 2,
    "author": "gilchris",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "webNavigation",
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "default_option.js",
            "main.js"
        ],
        "persistent": false
    }
}