Redmine Time Spender

Reduce time spent in Redmine.

Что такое Redmine Time Spender?

Redmine Time Spender - это расширение Chrome, разработанное adrian.devecz, и его основная функция - "Reduce time spent in Redmine.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Redmine Time Spender

Скачайте файлы расширений Redmine Time Spender в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Spend less time in Redmine with time tracking.
* no need to login again because your session has expired
* check your time entries with a simple click/hotkey
* change or create a copy of a time entry with the speed of light

Source code on [GitHub] (https://github.com/ZalaPanda/redmine-time-spender)                    

Основная информация о расширении

Название Redmine Time Spender Redmine Time Spender
ID ajgdpnedcfflmknmalhcaenanifgfiop
Официальный URL https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop
Описание Reduce time spent in Redmine.
Размер файла 226 KB
Количество установок 82
Текущая Версия 1.3.1
Последнее Обновление 2023-01-12
Дата публикации 2021-10-20
Рейтинг 5.00/5 Всего 4 оценок
Разработчик adrian.devecz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/ZalaPanda/redmine-time-spender
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Redmine Time Spender",
    "short_name": "RMTS",
    "description": "Reduce time spent in Redmine.",
    "homepage_url": "https:\/\/github.com\/ZalaPanda\/redmine-time-spender",
    "version": "1.3.1",
    "version_name": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Redmine Time Spender",
        "default_icon": "img\/icon-50.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Comma",
                "mac": "Command+Comma"
            }
        }
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}