Jiggl (Jira & Toggl Tools)

Jiggl allows an easy integration between Jira and Toggl.

Qu'est-ce que Jiggl (Jira & Toggl Tools) ?

Jiggl (Jira & Toggl Tools) est une extension Chrome développée par Filip Svoboda, et sa fonction principale est "Jiggl allows an easy integration between Jira and Toggl.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Jiggl (Jira & Toggl Tools)

Téléchargez les fichiers d'extension Jiggl (Jira & Toggl Tools) 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

                        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                    

Informations de Base sur l'Extension

Nom Jiggl (Jira & Toggl Tools) Jiggl (Jira & Toggl Tools)
ID copjhdbgcamidkpelfbmebhplofolchj
URL Officiel https://chromewebstore.google.com/detail/jiggl-jira-toggl-tools/copjhdbgcamidkpelfbmebhplofolchj
Description Jiggl allows an easy integration between Jira and Toggl.
Taille du Fichier 3.08 MB
Nombre d'Installations 61
Version Actuelle 0.3.2
Dernière Mise à Jour 2021-11-08
Date de Publication 2020-10-19
Évaluation 5.00/5 Total 2 Évaluations
Développeur Filip Svoboda
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}