hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

What is hybris Groovy Generator?

hybris Groovy Generator is a Chrome extension developed by Nikorag, and its main feature is "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Extension Screenshots

screenshot

Download hybris Groovy Generator Extension CRX File

Download hybris Groovy Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
Official URL https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Description Generate hybris groovy scripts with hooks for OTRS and JIRA
File Size 52.47 KB
Installation Count 45
Current Version 1.5.4
Last Updated 2017-02-10
Publish Date 2017-02-10
Developer Nikorag
Payment Type free
Supported Languages 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'"
}