hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Cos'è hybris Groovy Generator?

hybris Groovy Generator è un'estensione di Chrome sviluppata da Nikorag, e la sua funzione principale è "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione hybris Groovy Generator

Scarica i file di estensione hybris Groovy Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
URL Ufficiale https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Descrizione Generate hybris groovy scripts with hooks for OTRS and JIRA
Dimensione del File 52.47 KB
Conteggio Installazioni 45
Versione Corrente 1.5.4
Ultimo Aggiornamento 2017-02-10
Data di Pubblicazione 2017-02-10
Sviluppatore Nikorag
Tipo di Pagamento free
Lingue Supportate 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'"
}