Git Harvest

Provides Harvest time tracking widgets in Gitlab and Github.

Qu'est-ce que Git Harvest ?

Git Harvest est une extension Chrome développée par andyg5000, et sa fonction principale est "Provides Harvest time tracking widgets in Gitlab and Github.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Git Harvest

Téléchargez les fichiers d'extension Git Harvest 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

                        Provides Harvest time tracking in GitLab and Github issues. Hosted versions are supported out of the box. Self-hosted versions can be added in the extension settings. 

Source: https://gitlab.com/blueoakinteractive/gitlab-harvest/                    

Informations de Base sur l'Extension

Nom Git Harvest Git Harvest
ID ofbfhaiknhlanbliolbkiidknakaldmo
URL Officiel https://chromewebstore.google.com/detail/git-harvest/ofbfhaiknhlanbliolbkiidknakaldmo
Description Provides Harvest time tracking widgets in Gitlab and Github.
Taille du Fichier 369 KB
Nombre d'Installations 340
Version Actuelle 0.0.27
Dernière Mise à Jour 2023-06-09
Date de Publication 2020-03-22
Évaluation 4.00/5 Total 1 Évaluations
Développeur andyg5000
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gitlab.com/blueoakinteractive/gitlab-harvest/
URL de la Page d'Aide https://gitlab.com/blueoakinteractive/gitlab-harvest/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.27",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*\/*\/issues\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "frame.html",
        "scripts\/frame.js",
        "styles\/frame.css"
    ],
    "content_security_policy": "report-uri \/csp_reports; img-src *; object-src 'self'; frame-src https:\/\/*.harvestapp.com; script-src 'self'; style-src 'self'",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}