Redmine Time Tracker

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

Apa itu Redmine Time Tracker?

Redmine Time Tracker adalah ekstensi Chrome yang dikembangkan oleh matheusmmcs, dan fitur utamanya adalah "Plugin to track your work time (works with chrome closed) and manage it.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Redmine Time Tracker

Unduh file ekstensi Redmine Time Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Redmine Task Timer                    

Informasi Dasar Ekstensi

Nama Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
URL Resmi https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
Deskripsi Plugin to track your work time (works with chrome closed) and manage it.
Ukuran File 265 KB
Jumlah Instalasi 159
Versi Saat Ini 0.2.4
Terakhir Diperbarui 2014-07-03
Tanggal Publikasi 2014-07-03
Penilaian 3.33/5 Total 15 Penilaian
Pengembang matheusmmcs
Tipe Pembayaran free
Bahasa yang Didukung 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
}