WebWork Time Tracker

The simplest way to track your work hours.

Apa itu WebWork Time Tracker?

WebWork Time Tracker adalah ekstensi Chrome yang dikembangkan oleh https://www.webwork-tracker.com, dan fitur utamanya adalah "The simplest way to track your work hours.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi WebWork Time Tracker

Unduh file ekstensi WebWork Time Tracker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama WebWork Time Tracker WebWork Time Tracker
ID iicegpchbcgjakgkpdmlaigmhfmioeei
URL Resmi https://chromewebstore.google.com/detail/webwork-time-tracker/iicegpchbcgjakgkpdmlaigmhfmioeei
Deskripsi The simplest way to track your work hours.
Ukuran File 971 KB
Jumlah Instalasi 1,413
Versi Saat Ini 1.0.30
Terakhir Diperbarui 2023-12-05
Tanggal Publikasi 2020-06-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://www.webwork-tracker.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.webwork-tracker.com
URL Halaman Bantuan https://www.webwork-tracker.com/contact
URL Halaman Kebijakan Privasi https://www.webwork-tracker.com/privacy-policy
Bahasa yang Didukung 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"
    }
}