hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Was ist hybris Groovy Generator?

hybris Groovy Generator ist eine Chrome-Erweiterung, die von Nikorag entwickelt wurde, und ihr Hauptmerkmal ist "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Erweiterungsscreenshots

screenshot

hybris Groovy Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie hybris Groovy Generator-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
Offizielle URL https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Beschreibung Generate hybris groovy scripts with hooks for OTRS and JIRA
Dateigröße 52.47 KB
Installationsanzahl 45
Aktuelle Version 1.5.4
Letztes Update 2017-02-10
Veröffentlichungsdatum 2017-02-10
Entwickler Nikorag
Zahlungsart free
Unterstützte Sprachen 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'"
}