hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Co to jest hybris Groovy Generator?

hybris Groovy Generator to rozszerzenie Chrome opracowane przez Nikorag, a jego główną funkcją jest „Generate hybris groovy scripts with hooks for OTRS and JIRA”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia hybris Groovy Generator

Pobierz pliki rozszerzeń hybris Groovy Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
Oficjalny URL https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Opis Generate hybris groovy scripts with hooks for OTRS and JIRA
Rozmiar pliku 52.47 KB
Liczba instalacji 45
Aktualna Wersja 1.5.4
Ostatnia Aktualizacja 2017-02-10
Data Publikacji 2017-02-10
Deweloper Nikorag
Typ Płatności free
Obsługiwane Języki 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'"
}