Redmine Time Spender

Reduce time spent in Redmine.

Redmine Time Spender là gì?

Redmine Time Spender là một tiện ích mở rộng Chrome được phát triển bởi adrian.devecz, và tính năng chính của nó là "Reduce time spent in Redmine.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Redmine Time Spender 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

                        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)                    

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

Tên Redmine Time Spender Redmine Time Spender
ID ajgdpnedcfflmknmalhcaenanifgfiop
URL Chính Thức https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop
Mô tả Reduce time spent in Redmine.
Kích Thước Tệp 226 KB
Số Lần Cài Đặt 82
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-01-12
Ngày Phát Hành 2021-10-20
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển adrian.devecz
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ZalaPanda/redmine-time-spender
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}