hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

¿Qué es hybris Groovy Generator?

hybris Groovy Generator es una extensión de Chrome desarrollada por Nikorag, y su función principal es "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión hybris Groovy Generator

Descarga archivos de extensión hybris Groovy Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
URL Oficial https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Descripción Generate hybris groovy scripts with hooks for OTRS and JIRA
Tamaño del Archivo 52.47 KB
Cantidad de Instalaciones 45
Versión Actual 1.5.4
Última Actualización 2017-02-10
Fecha de Publicación 2017-02-10
Desarrollador Nikorag
Tipo de Pago free
Idiomas Soportados 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'"
}