Redmine Time Tracker

Plugin to track your work time (works with chrome closed) and manage it.

Co je Redmine Time Tracker?

Redmine Time Tracker je rozšíření Chrome vyvinuté matheusmmcs, a jeho hlavní funkcí je „Plugin to track your work time (works with chrome closed) and manage it.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Redmine Time Tracker

Stáhněte si soubory rozšíření Redmine Time Tracker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Redmine Task Timer                    

Základní Informace o Rozšíření

Název Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
Oficiální URL https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
Popis Plugin to track your work time (works with chrome closed) and manage it.
Velikost souboru 265 KB
Počet instalací 159
Aktuální Verze 0.2.4
Poslední Aktualizace 2014-07-03
Datum Vydání 2014-07-03
Hodnocení 3.33/5 Celkem 15 Hodnocení
Vývojář matheusmmcs
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Redmine Time Tracker",
    "version": "0.2.4",
    "description": "Plugin to track your work time (works with chrome closed) and manage it.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/utils.js",
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "RedmineTimeTracker",
        "default_popup": "templates\/popup.html"
    },
    "web_accessible_resources": [
        "js\/jquery.min.map",
        "js\/jquery.calendario.redmine.js",
        "css\/calendario-redmine.css",
        "fonts\/glyphicons-halflings-regular.svg",
        "fonts\/glyphicons-halflings-regular.eot",
        "fonts\/glyphicons-halflings-regular.ttf",
        "fonts\/glyphicons-halflings-regular.woff"
    ],
    "manifest_version": 2
}