Worklog Tracker

Browser extension for sharing work log between different time trackers

Worklog Trackerとは何ですか?

Worklog TrackerはCSSSRによって開発されたChromeの拡張機能で、その主な機能は「Browser extension for sharing work log between different time trackers」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Worklog Tracker拡張機能のCRXファイルをダウンロード

Worklog Tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Worklog Tracker Worklog Tracker
ID mgfdelfdhieiiniconbpbelkoellfgba
公式URL https://chromewebstore.google.com/detail/worklog-tracker/mgfdelfdhieiiniconbpbelkoellfgba
説明 Browser extension for sharing work log between different time trackers
ファイルサイズ 663 KB
インストール数 1,076
現在のバージョン 3.5.3
最終更新日 2023-11-21
公開日 2020-02-28
評価 5.00/5 合計 8 レビュー
開発者 CSSSR
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://worklogtracker.com/
プライバシーポリシーページのURL https://csssr.com/ru/privacy-policy
対応言語 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"
}