Jira Time Tracker

A Jira Tracker Extension

Jira Time Trackerคืออะไร?

Jira Time Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Voicenter LTD และคุณลักษณะหลักของมันคือ "A Jira Tracker Extension"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Voicenter Jira Time Tracked Extention. 

The central purpose of this extension is to add timer functionality to one of the most popular project-management software – Jira. With this add-on, one can track how much time they dedicate to each specific task in the system. 

The Timer is pretty straightforward and easy to use. After the installation process, you can click on the extension icon on your browser bar and choose which specific task you are working on. 

After synchronization with your Jira account, Voicenter Time Tracker would be able to show you all of your open tasks in an intuitive search field. Therefore, there is no need to go to Jira every time you are switching between tasks. You can do it in a few clicks from anywhere. 

Voicenter Jira Time Tracked Extention enables teams working with Jira to work on maximum productivity levels without losing time on useless tasks switching. The extension would be vital for hourly-paid workers and project managers who want to track and analyze the overall efficiency of their team.                    

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

ชื่อ Jira Time Tracker Jira Time Tracker
ID ghkbolecekdeknjhfibnbfbjechlpmah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/jira-time-tracker/ghkbolecekdeknjhfibnbfbjechlpmah
คำอธิบาย A Jira Tracker Extension
ขนาดไฟล์ 1.78 MB
จำนวนการติดตั้ง 218
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2022-03-31
วันที่เผยแพร่ 2021-07-06
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Voicenter LTD
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.voicenter.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.3",
    "name": "Jira Time Tracker",
    "description": "A Jira Tracker Extension",
    "default_locale": "en",
    "permissions": [
        "alarms",
        "storage",
        "background",
        "cookies",
        "notifications",
        "idle",
        "",
        "*:\/\/*\/*",
        "http:\/\/*\/*, https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Jira Time Tracker",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            },
            "description": "Opens popup.html"
        }
    },
    "options_page": "options.html",
    "offline_enabled": true,
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}