Convenient Redmine

Add several convenient fuctions to redmine pages.

Co to jest Convenient Redmine?

Convenient Redmine to rozszerzenie Chrome opracowane przez gilchris, a jego główną funkcją jest „Add several convenient fuctions to redmine pages.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Convenient Redmine

Pobierz pliki rozszerzeń Convenient Redmine w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Convenient Redmine Convenient Redmine
ID cebgldbppceblpomepllpcmmebbmfcko
Oficjalny URL https://chromewebstore.google.com/detail/convenient-redmine/cebgldbppceblpomepllpcmmebbmfcko
Opis Add several convenient fuctions to redmine pages.
Rozmiar pliku 52.31 KB
Liczba instalacji 245
Aktualna Wersja 1.1.4
Ostatnia Aktualizacja 2020-02-11
Data Publikacji 2020-02-11
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper gilchris
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
    }
}