Git Harvest

Provides Harvest time tracking widgets in Gitlab and Github.

Wat is Git Harvest?

Git Harvest is een Chrome-extensie ontwikkeld door andyg5000, en de belangrijkste functie is "Provides Harvest time tracking widgets in Gitlab and Github.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Git Harvest

Download Git Harvest-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

                        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/                    

Basisinformatie over de Extensie

Naam Git Harvest Git Harvest
ID ofbfhaiknhlanbliolbkiidknakaldmo
Officiële URL https://chromewebstore.google.com/detail/git-harvest/ofbfhaiknhlanbliolbkiidknakaldmo
Beschrijving Provides Harvest time tracking widgets in Gitlab and Github.
Bestandsgrootte 369 KB
Aantal Installaties 340
Huidige Versie 0.0.27
Laatst Bijgewerkt 2023-06-09
Publicatiedatum 2020-03-22
Beoordeling 4.00/5 Totaal 1 Beoordelingen
Ontwikkelaar andyg5000
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gitlab.com/blueoakinteractive/gitlab-harvest/
Help Pagina-URL https://gitlab.com/blueoakinteractive/gitlab-harvest/issues
Ondersteunde Talen 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
    }
}