JIRA Time Tracker Plus

Tracks and logs your work in JIRA.

JIRA Time Tracker Plusคืออะไร?

JIRA Time Tracker Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Arjay Labadan และคุณลักษณะหลักของมันคือ "Tracks and logs your work in JIRA."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย JIRA Time Tracker Plus

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

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

                        Jira Time Tracker Plus Chrome Extension

Features
1. Easily time track and log your work in Jira.
2. 2 display types:
Project - display all non-DONE issues of a project.
Issue - display all sub-task of any issue type.
3. Switch between projects or issues easily.

https://github.com/jayjaydluffy/jira-time-tracker-plus                    

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

ชื่อ JIRA Time Tracker Plus JIRA Time Tracker Plus
ID apefmidcficpmimeniaallpkjlnhnicb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-time-tracker-plus/apefmidcficpmimeniaallpkjlnhnicb
คำอธิบาย Tracks and logs your work in JIRA.
ขนาดไฟล์ 175 KB
จำนวนการติดตั้ง 345
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-12-09
วันที่เผยแพร่ 2017-12-09
ผู้พัฒนา Arjay Labadan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/jayjaydluffy/jira-time-tracker-plus
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "popup.html"
    },
    "browser_action": {
        "default_icon": "images\/icon32.png",
        "default_popup": "popup.html"
    },
    "description": "Tracks and logs your work in JIRA.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png"
    },
    "manifest_version": 2,
    "name": "JIRA Time Tracker Plus",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "short_name": "JIRA Time Tracker Plus",
    "version": "1.0.0"
}