Kimai for Chrome

A Chrome extension used to add or remove time entries at Kimai

Qu'est-ce que Kimai for Chrome ?

Kimai for Chrome est une extension Chrome développée par Jack Wu, et sa fonction principale est "A Chrome extension used to add or remove time entries at Kimai".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Kimai for Chrome

Téléchargez les fichiers d'extension Kimai for Chrome 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

                        A Chrome extension for Kimai (https://www.kimai.org/), an open source time tracking software.

Functionality:
- One click to start timer for specific activity
- One click to stop any ongoing timer
- List of the most recent 10 time entries
- Configuration page for API information

Source code:
https://github.com/jackwu833016/kimai-chrome

** Setup **
1. Log into Kimai with your account
2. Go to User profile (under top right drop down menu)
3. Go to API tab
4. Create and save your API password.
---
5. Once installed, open option page
6. Fill in your Kimai endpoint path, username(email of your Kimai account), password (API password from step 4)
7. Click save
8. Let's rock!                    

Informations de Base sur l'Extension

Nom Kimai for Chrome Kimai for Chrome
ID kfgjpglngpglnmdjfdddkcmkcnpnpebk
URL Officiel https://chromewebstore.google.com/detail/kimai-for-chrome/kfgjpglngpglnmdjfdddkcmkcnpnpebk
Description A Chrome extension used to add or remove time entries at Kimai
Taille du Fichier 1011 KB
Nombre d'Installations 176
Version Actuelle 1.2.0
Dernière Mise à Jour 2019-07-26
Date de Publication 2019-07-26
Évaluation 1.50/5 Total 2 Évaluations
Développeur Jack Wu
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "A Chrome extension used to add or remove time entries at Kimai",
    "version": "1.2.0",
    "name": "Kimai for Chrome",
    "short_name": "kimai",
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "kimai-logo.png"
    },
    "icons": {
        "128": "kimai-logo.png"
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}