Time Track

Time tracking for Jira & ClickUp

What is Time Track?

Time Track is a Chrome extension developed by ardier16, and its main feature is "Time tracking for Jira & ClickUp".

Extension Screenshots

screenshot

Download Time Track Extension CRX File

Download Time Track extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        [Q Project only] Track your logged time in Jira in ClickUp easily. You can see aggregated time grouped by day for past week.                    

Extension Basic Information

Name Time Track Time Track
ID mpiphmiaiclaodcfhjchjedkgofejhak
Official URL https://chromewebstore.google.com/detail/time-track/mpiphmiaiclaodcfhjchjedkgofejhak
Description Time tracking for Jira & ClickUp
File Size 352 KB
Installation Count 58
Current Version 0.6.2
Last Updated 2023-09-01
Publish Date 2023-05-06
Rating 5.00/5 Total 4 Ratings
Developer ardier16
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Track",
    "version": "0.6.2",
    "description": "Time tracking for Jira & ClickUp",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-32.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.atlassian.net\/*",
        "*:\/\/*.clickup.com\/*"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}