JIRAWorker

Track JIRA WorkLogs

JIRAWorkerคืออะไร?

JIRAWorker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JIRALyzer และคุณลักษณะหลักของมันคือ "Track JIRA WorkLogs"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Easily track the amount of hours logged in JIRA over a set time period.

A great and easy way for Managers and Users alike to track their hours in JIRA in a nice and easy to use interface.

Now with support for up to two teams
Dynamically enable/disable particular user(s) for easier overview

Displays current, and projected, velocity.

Fully responsive and retina ready                    

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

ชื่อ JIRAWorker JIRAWorker
ID dcajmbfhmbfebahjbacngajigbapedjn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/jiraworker/dcajmbfhmbfebahjbacngajigbapedjn
คำอธิบาย Track JIRA WorkLogs
ขนาดไฟล์ 1.77 MB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.0.0.5
อัปเดตครั้งล่าสุด 2017-01-20
วันที่เผยแพร่ 2017-01-20
ผู้พัฒนา JIRALyzer
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JIRAWorker",
    "version": "0.0.0.5",
    "manifest_version": 2,
    "description": "Track JIRA WorkLogs",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "80": "icons\/icon80.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "JIRAWorker",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "src\/inject\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        ""
    ]
}