TimeChimp Tracker

Extensie voor automatische urenregistratie.

Wat is TimeChimp Tracker?

TimeChimp Tracker is een Chrome-extensie ontwikkeld door ClockAssist, en de belangrijkste functie is "Extensie voor automatische urenregistratie.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TimeChimp Tracker

Download TimeChimp Tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
Officiële URL https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
Beschrijving Extensie voor automatische urenregistratie.
Bestandsgrootte 50.35 KB
Aantal Installaties 640
Huidige Versie 2.0.5
Laatst Bijgewerkt 2022-12-13
Publicatiedatum 2022-09-08
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar ClockAssist
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}