Redmine Time Spender

Reduce time spent in Redmine.

Redmine Time Spenderคืออะไร?

Redmine Time Spender เป็นส่วนขยายของ Chrome ที่พัฒนาโดย adrian.devecz และคุณลักษณะหลักของมันคือ "Reduce time spent in Redmine."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redmine Time Spender

ดาวน์โหลดไฟล์ส่วนขยาย Redmine Time Spender ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Redmine Time Spender Redmine Time Spender
ID ajgdpnedcfflmknmalhcaenanifgfiop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/redmine-time-spender/ajgdpnedcfflmknmalhcaenanifgfiop
คำอธิบาย Reduce time spent in Redmine.
ขนาดไฟล์ 226 KB
จำนวนการติดตั้ง 82
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2023-01-12
วันที่เผยแพร่ 2021-10-20
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา adrian.devecz
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ZalaPanda/redmine-time-spender
ภาษาที่รองรับ 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:\/\/*\/*"
    ]
}