hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Hvad er hybris Groovy Generator?

hybris Groovy Generator er en Chrome-udvidelse udviklet af Nikorag, og dens hovedfunktion er "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Udvidelsesskærmbilleder

screenshot

Download hybris Groovy Generator-udvidelses-CRX-fil

Download hybris Groovy Generator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Generate a Groovyscript template from an OTRS or JIRA ticket.

Want to run a groovy script based on your OTRS or JIRA ticket? Use this to generate one with the most commonly used hybris service's getters already created.                    

Grundlæggende oplysninger om udvidelsen

Navn hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
Officiel URL https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Beskrivelse Generate hybris groovy scripts with hooks for OTRS and JIRA
Filstørrelse 52.47 KB
Antal Installationer 45
Nuværende Version 1.5.4
Senest Opdateret 2017-02-10
Udgivelsesdato 2017-02-10
Udvikler Nikorag
Betalingsmetode free
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "hybris Groovy Generator",
    "description": "Generate hybris groovy scripts with hooks for OTRS and JIRA",
    "version": "1.5.4",
    "options_page": "options.html",
    "manifest_version": 2,
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "",
        "downloads",
        "clipboardWrite",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}