Jiggl (Jira & Toggl Tools)

Jiggl allows an easy integration between Jira and Toggl.

Was ist Jiggl (Jira & Toggl Tools)?

Jiggl (Jira & Toggl Tools) ist eine Chrome-Erweiterung, die von Filip Svoboda entwickelt wurde, und ihr Hauptmerkmal ist "Jiggl allows an easy integration between Jira and Toggl.".

Erweiterungsscreenshots

screenshot

Jiggl (Jira & Toggl Tools)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Jiggl (Jira & Toggl Tools)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Jira & Toggl tools
Logs Toggl.com time entries via to corresponding Jira tasks

1. You need to be logged in to your Jira server, so the cookies are available in the browser.
2. Configure your Jira server url and Toggl token in options.
3. You should go to chrome://extensions/ and "allow acces to file URLs" for Toggl to Jira.

Open Source, contributions are welcome
https://github.com/svob/Jiggl                    

Grundlegende Informationen zur Erweiterung

Name Jiggl (Jira & Toggl Tools) Jiggl (Jira & Toggl Tools)
ID copjhdbgcamidkpelfbmebhplofolchj
Offizielle URL https://chromewebstore.google.com/detail/jiggl-jira-toggl-tools/copjhdbgcamidkpelfbmebhplofolchj
Beschreibung Jiggl allows an easy integration between Jira and Toggl.
Dateigröße 3.08 MB
Installationsanzahl 61
Aktuelle Version 0.3.2
Letztes Update 2021-11-08
Veröffentlichungsdatum 2020-10-19
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Filip Svoboda
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Jiggl (Jira & Toggl Tools)",
    "description": "Jiggl allows an easy integration between Jira and Toggl.",
    "version": "0.3.2",
    "permissions": [
        "storage",
        ""
    ],
    "icons": {
        "32": "\/img\/jiggl_32.png",
        "16": "\/img\/jiggl_16.png",
        "48": "\/img\/jiggl_48.png",
        "128": "\/img\/jiggl_128.png"
    },
    "browser_action": {
        "default_title": "Log Toggl.com entries to Jira",
        "default_popup": "\/html\/popup.html"
    },
    "options_page": "\/html\/options.html",
    "manifest_version": 2
}