Redmine Time Tracking

Start-stop timer for Redmine

Cos'è Redmine Time Tracking?

Redmine Time Tracking è un'estensione di Chrome sviluppata da CrawlerCode, e la sua funzione principale è "Start-stop timer for Redmine".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Redmine Time Tracking

Scarica i file di estensione Redmine Time Tracking in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        # Features
- View all your assigned Redmine issues
- Filter issues by projects
- Group issues by target version
- Search for issues (press `CTRL` + `K` or `CTRL` + `F`)
- Start and stop the timer for your current tasks
- Create entry for time spent in Redmine issue
- Create time spent entries for other users
- Update done ratio
- Round timer to nearest 15 min
- Edit timer (double-click)
- Pin and unpin issue
- Remember and forget issue (not assigned to you)
- View time entries overview
- Multiple languages
- Dark & light mode (system default)

# Feedback
https://github.com/CrawlerCode/redmine-time-tracking/discussions/1

# Credits
Logo is Copyright (C) 2009 Martin Herr and is licensed under Creative Commons (https://www.redmine.org/projects/redmine/wiki/logo)                    

Informazioni di Base sull'Estensione

Nome Redmine Time Tracking Redmine Time Tracking
ID ldcanhhkffokndenejhafhlkapflgcjg
URL Ufficiale https://chromewebstore.google.com/detail/redmine-time-tracking/ldcanhhkffokndenejhafhlkapflgcjg
Descrizione Start-stop timer for Redmine
Dimensione del File 274 KB
Conteggio Installazioni 449
Versione Corrente 1.15.1
Ultimo Aggiornamento 2024-02-18
Data di Pubblicazione 2023-05-03
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore CrawlerCode
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/CrawlerCode/redmine-time-tracking
URL della Pagina di Aiuto https://github.com/CrawlerCode/redmine-time-tracking/issues
Lingue Supportate de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.15.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "author": "[email protected]",
    "homepage_url": "https:\/\/github.com\/CrawlerCode\/redmine-time-tracking",
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "index.html?location=popup"
    },
    "options_ui": {
        "page": "index.html?location=options#\/settings",
        "open_in_tab": false
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}