Time Tracker by Tempo

Track and visualize your progress on Jira issues

Time Tracker by Tempo क्या है?

Time Tracker by Tempo https://tempo.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Track and visualize your progress on Jira issues"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Time Tracker by Tempo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Track the duration of your work on Jira issues with real-time browser trackers.

Start a tracker and assign it to a Jira issue, or use it for work outside of Jira
* Add new trackers and pause or stop them as required
* Use as many trackers as you like when working on multiple issues at once
* Visualize all active trackers across your browser tabs
* Log time from extension or from the Log Time form on Timesheets
* Locate trackers easily from the bottom-right of your browser

Time Tracker by Tempo is free and available for all Tempo customers on Jira Cloud.

Learn more: https://www.tempo.io/automated-time-tracking 

UPDATE (v.2.0.10):
* Log time directly from the extension, or go to the Log Time form on Timesheets to specify details like Start Time, Account, etc.

UPDATE (v.2.0.1):
* Trackers are visible across all webpages (not just Jira)
* Log time directly from the extension (if your Tempo instance does not require additional worklog attributes)
* Edit duration before logging time
* Extension icon shows tracker is running
* Hide presence of trackers if required                    

एक्सटेंशन की मूल जानकारी

नाम Time Tracker by Tempo Time Tracker by Tempo
ID nlpnopimcnncncmmjdijebhlmkfandpl
आधिकारिक URL https://chromewebstore.google.com/detail/time-tracker-by-tempo/nlpnopimcnncncmmjdijebhlmkfandpl
विवरण Track and visualize your progress on Jira issues
फ़ाइल का आकार 1.83 MB
स्थापना संख्या 12,308
वर्तमान संस्करण 2.0.15
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2020-04-16
रेटिंग 2.48/5 कुल 82 रेटिंग्स
डेवलपर https://tempo.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://tempo.io
सहायता पृष्ठ URL https://help.tempo.io/cloud/en/tempo-timesheets/tempo-apps/time-tracker-by-tempo-for-chrome.html
गोपनीयता नीति पृष्ठ URL https://www.tempo.io/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time Tracker by Tempo",
    "version": "2.0.15",
    "description": "Track and visualize your progress on Jira issues",
    "icons": {
        "16": "\/assets\/logos\/tempo-logo16.png",
        "32": "\/assets\/logos\/tempo-logo32.png",
        "48": "\/assets\/logos\/tempo-logo48.png",
        "128": "\/assets\/logos\/tempo-logo128.png"
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "https:\/\/*.atlassian.net\/plugins\/servlet\/ac\/io.tempo.jira\/oauth-authorize\/*"
            ],
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "mountSidebar.bundle.js",
                "themeDetector.bundle.js"
            ]
        },
        {
            "matches": [
                "https:\/\/api.atlassian.com\/*"
            ],
            "all_frames": false,
            "js": [
                "resourceSelectionDetector.bundle.js"
            ]
        }
    ],
    "action": {
        "browser_style": true,
        "default_icon": "assets\/tempo-logo-grey.png",
        "default_title": "Time Tracker by Tempo",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "*.jpg",
                "*.svg",
                "auth.html",
                "translations\/common_en-US.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkt+cNaYsBDX6MsOhRxHNshGyykLwf8Da8Kc3ACNqjN\/y9tlrhE69Nsd1N3LLHGIHVT9vs2ybdf4tdRiFC6negOdSXQKhrcU8BWDNJNZNTuUbaRPzRb2ML9CY4z1ADXS0+9K0AorkFAwg1uWR44ZxVULOywFI0wxUSThXR8wkPuuWUFZRAaWykz32Sx8b8Zx68pK5Fwx7T\/Bm0mSOKNL3DW06Zd6kZ3RfYM\/nF\/Z+SYJV33Vk9qBo45X+nZfizIrsO4YorQrLRORJiO6++zpUE\/Q5G2ZWVuClVPo3i2StKlZAaC73rV7GtkhDvgUbyabKHI382XsXoF88IV8e+O52twIDAQAB"
}