hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

O que é hybris Groovy Generator?

hybris Groovy Generator é uma extensão do Chrome desenvolvida por Nikorag, e sua principal característica é "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão hybris Groovy Generator

Baixe arquivos de extensão hybris Groovy Generator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
URL Oficial https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Descrição Generate hybris groovy scripts with hooks for OTRS and JIRA
Tamanho do Arquivo 52.47 KB
Contagem de Instalações 45
Versão Atual 1.5.4
Última Atualização 2017-02-10
Data de Publicação 2017-02-10
Desenvolvedor Nikorag
Tipo de Pagamento free
Idiomas Suportados 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'"
}