TimeChimp Tracker

Extensie voor automatische urenregistratie.

Apa itu TimeChimp Tracker?

TimeChimp Tracker adalah ekstensi Chrome yang dikembangkan oleh ClockAssist, dan fitur utamanya adalah "Extensie voor automatische urenregistratie.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TimeChimp Tracker

Unduh file ekstensi TimeChimp 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

                        The software of TimeChimp automatically logges time for our users. This extension automatically detects what project the user is working on within online webapplications.                    

Informasi Dasar Ekstensi

Nama TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
URL Resmi https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
Deskripsi Extensie voor automatische urenregistratie.
Ukuran File 50.35 KB
Jumlah Instalasi 640
Versi Saat Ini 2.0.5
Terakhir Diperbarui 2022-12-13
Tanggal Publikasi 2022-09-08
Penilaian 1.00/5 Total 1 Penilaian
Pengembang ClockAssist
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "TimeChimp Tracker",
    "description": "Extensie voor automatische urenregistratie.",
    "version": "2.0.5",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "agents.json",
                "icon-alert.png",
                "icon-check.png"
            ],
            "matches": [],
            "extension_ids": []
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": false,
            "js": [
                "jquery.js",
                "content.js"
            ],
            "css": [
                "editor.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}