RedmineTimer

Controle e salve os tempos gastos em suas tarefas no Redmine.

RedmineTimerคืออะไร?

RedmineTimer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DigitalDesk และคุณลักษณะหลักของมันคือ "Controle e salve os tempos gastos em suas tarefas no Redmine."

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

screenshot
screenshot

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

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

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

                        - Controle e salve os tempos gastos em suas tarefas no Redmine.
- Inicie ou pause um timer utilizando a tecla 'ESPAÇO'.
- Feche a popup utilizando a tecla 'ESC'.

Novidades:
- Programe uma ou mais horas do dia para parar seus timers.                    

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

ชื่อ RedmineTimer RedmineTimer
ID nlllmgmcchcienchdiljcimcjgflhklg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/redminetimer/nlllmgmcchcienchdiljcimcjgflhklg
คำอธิบาย Controle e salve os tempos gastos em suas tarefas no Redmine.
ขนาดไฟล์ 130 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2018-07-19
วันที่เผยแพร่ 2018-07-19
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา DigitalDesk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedmineTimer",
    "description": "Controle e salve os tempos gastos em suas tarefas no Redmine.",
    "version": "1.2",
    "permissions": [
        "background",
        "tabs",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "html\/index.html"
    },
    "background": {
        "page": "html\/background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "offline_enabled": true
}