Worklog Tracker

Browser extension for sharing work log between different time trackers

What is Worklog Tracker?

Worklog Tracker is a Chrome extension developed by CSSSR, and its main feature is "Browser extension for sharing work log between different time trackers".

Extension Screenshots

screenshot
screenshot
screenshot

Download Worklog Tracker Extension CRX File

Download Worklog Tracker 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

                        We built the Worklog Tracker extension to easily track time and automatically synchronize work logs between different time trackers.
 
Worklog Tracker allows you to integrate all kinds of different tools, like Jira, Zaya and Toggl, with even more. The extension helps you record your tasks effortlessly and automate routine processes. If you need to synchronize logs between several trackers, use our one-click ‘export’ feature so you can keep your mind on the task at hand. “Stay productive!” — as your manager says ;)

How it works:
- install the Worklog Tracker extension (it’s free!),
- sign up using your favorite e-mail address,
- sign in to the time tracker of your choice,
- start tracking,
- pause or stop tracking to have lunch,
- synchronize logs, if necessary,
- finish all your work and chill out!

NB If you want to log time directly in Jira, open the page with the issue you want to log, start Worklog Tracker and watch the magic happen.

For feedback and bug reports, please write us at hello@worklogtrаcker.com.
Check out our website https://worklogtracker.com/.
We’re also on twitter, so сome say hello.

Peace, love, productivity!                    

Extension Basic Information

Name Worklog Tracker Worklog Tracker
ID mgfdelfdhieiiniconbpbelkoellfgba
Official URL https://chromewebstore.google.com/detail/worklog-tracker/mgfdelfdhieiiniconbpbelkoellfgba
Description Browser extension for sharing work log between different time trackers
File Size 663 KB
Installation Count 1,076
Current Version 3.5.3
Last Updated 2023-11-21
Publish Date 2020-02-28
Rating 5.00/5 Total 8 Ratings
Developer CSSSR
Email [email protected]
Payment Type free
Extension Website https://worklogtracker.com/
Privacy Policy Page URL https://csssr.com/ru/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.5.3",
    "name": "Worklog Tracker",
    "manifest_version": 3,
    "description": "Browser extension for sharing work log between different time trackers",
    "action": {
        "default_title": "Worklog Tracker",
        "default_popup": "\/app\/popup.html"
    },
    "background": {
        "service_worker": "\/background.mjs",
        "type": "module"
    },
    "icons": {
        "16": "icons\/ic_16.png",
        "48": "icons\/ic_48.png",
        "128": "icons\/ic_128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "activeTab",
        "identity",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/api.worklogtracker.com\/*"
    ],
    "optional_permissions": [],
    "optional_host_permissions": [
        "*:\/\/*\/"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; connect-src *; style-src 'self'; img-src 'self' data:; font-src 'self' data:; frame-src 'self'"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgY8EaB++ZY2MQhfS5UVZJLO4XgZYtIx9nO4sRXZ\/38GGGWEclOT8X5CKu7pXc3jqZL9Vr0OIy1B3hVDLgcFYgroxAfd+oikQgPPMpCZJDp8AJiss\/zzyQWTgUkXYnR+ktw+AhiSEeXtoieLm3Nz7jCX\/1McnZpi9J9kxTf2wygtU9dC51Ww4mqPNlXLVHv+KnxQa20RMAVnghKy5EoXJuFl3f+Nk0M5VmZDmaOP+S7ZZiXcHdq6GfFhQcrxgXj6x49x2H6wkZrloMrYr60cO0gIVFAoyDijIvB820VUzIBpd4OYnt7sBtaP0r9yLmCbytRaCGW0t\/VeE\/qwgtMUIwwIDAQAB"
}