Redmine Time Tracker

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

Redmine Time Tracker là gì?

Redmine Time Tracker là một tiện ích mở rộng Chrome được phát triển bởi matheusmmcs, và tính năng chính của nó là "Plugin to track your work time (works with chrome closed) and manage it.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Redmine Time Tracker

Tải xuống các tệp mở rộng Redmine Time Tracker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Redmine Task Timer                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Redmine Time Tracker Redmine Time Tracker
ID kofohpbnioeihonedeofiompgloghehe
URL Chính Thức https://chromewebstore.google.com/detail/redmine-time-tracker/kofohpbnioeihonedeofiompgloghehe
Mô tả Plugin to track your work time (works with chrome closed) and manage it.
Kích Thước Tệp 265 KB
Số Lần Cài Đặt 159
Phiên Bản Hiện Tại 0.2.4
Cập Nhật Lần Cuối 2014-07-03
Ngày Phát Hành 2014-07-03
Đánh Giá 3.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển matheusmmcs
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}