TimeChimp Tracker

Extensie voor automatische urenregistratie.

Qu'est-ce que TimeChimp Tracker ?

TimeChimp Tracker est une extension Chrome développée par ClockAssist, et sa fonction principale est "Extensie voor automatische urenregistratie.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TimeChimp Tracker

Téléchargez les fichiers d'extension TimeChimp Tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TimeChimp Tracker TimeChimp Tracker
ID lhmfhaopphdldlgbpjnnpjckjemclooj
URL Officiel https://chromewebstore.google.com/detail/timechimp-tracker/lhmfhaopphdldlgbpjnnpjckjemclooj
Description Extensie voor automatische urenregistratie.
Taille du Fichier 50.35 KB
Nombre d'Installations 640
Version Actuelle 2.0.5
Dernière Mise à Jour 2022-12-13
Date de Publication 2022-09-08
Évaluation 1.00/5 Total 1 Évaluations
Développeur ClockAssist
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}