Redmine Time Spender

Reduce time spent in Redmine.

Wat is Redmine Time Spender?

Redmine Time Spender is een Chrome-extensie ontwikkeld door adrian.devecz, en de belangrijkste functie is "Reduce time spent in Redmine.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Redmine Time Spender

Download Redmine Time Spender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Redmine Time Spender Redmine Time Spender
ID ajgdpnedcfflmknmalhcaenanifgfiop
Officiële URL https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop
Beschrijving Reduce time spent in Redmine.
Bestandsgrootte 226 KB
Aantal Installaties 82
Huidige Versie 1.3.1
Laatst Bijgewerkt 2023-01-12
Publicatiedatum 2021-10-20
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar adrian.devecz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/ZalaPanda/redmine-time-spender
Ondersteunde Talen 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:\/\/*\/*"
    ]
}