WebWork Time Tracker

The simplest way to track your work hours.

WebWork Time Trackerとは何ですか?

WebWork Time Trackerはhttps://www.webwork-tracker.comによって開発されたChromeの拡張機能で、その主な機能は「The simplest way to track your work hours.」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        Track time anywhere in the Chrome browser with WebWork Tracker. 
Simply select the project, task, and write activity description. That's it.

The extension tracker will record your time on the net and display it in reports as time tracked through the extension.

Note that for the extension tracker to work, you must have a WebWork account first and make sure you're not already tracking time on the desktop, web, or mobile trackers.

WebWork web platform and other tracker types enable you to do much more:

• screenshot modes
• app and web usage monitoring
• productivity and work-life balance metrics
• task management
• payroll
• employee geolocation tracking
• chat 
• 10+ integrations

Over 15,000 teams are using WebWork to track time and increase productivity.                    

拡張機能の基本情報

名前 WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
公式URL https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
説明 The simplest way to track your work hours.
ファイルサイズ 971 KB
インストール数 1,413
現在のバージョン 1.0.30
最終更新日 2023-12-05
公開日 2020-06-07
評価 5.00/5 合計 3 レビュー
開発者 https://www.webwork-tracker.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.webwork-tracker.com
ヘルプページのURL https://www.webwork-tracker.com/contact
プライバシーポリシーページのURL https://www.webwork-tracker.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WebWork Time Tracker",
    "short_name": "Webwork",
    "version": "1.0.30",
    "description": "The simplest way to track your work hours.",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "icon128.png"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}