Jira Timesheet for Google Chrome

Gets the worklogs from the project, filter and group them by user and generate a weekly report.

Jira Timesheet for Google Chromeคืออะไร?

Jira Timesheet for Google Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dyeison Carraro และคุณลักษณะหลักของมันคือ "Gets the worklogs from the project, filter and group them by user and generate a weekly report."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Jira Timesheet for Google Chrome

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

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

                                            

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

ชื่อ Jira Timesheet for Google Chrome Jira Timesheet for Google Chrome
ID icdeoclacajhnleplbffkcbhgpocikda
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-timesheet-for-google/icdeoclacajhnleplbffkcbhgpocikda
คำอธิบาย Gets the worklogs from the project, filter and group them by user and generate a weekly report.
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 378
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2015-11-04
วันที่เผยแพร่ 2015-11-04
คะแนน 4.00/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Dyeison Carraro
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Jira Timesheet for Google Chrome",
    "short_name": "Jira-TimeSheet",
    "description": "Gets the worklogs from the project, filter and group them by user and generate a weekly report.",
    "version": "0.4",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_title": "Jira Timesheet",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}