hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Qu'est-ce que hybris Groovy Generator ?

hybris Groovy Generator est une extension Chrome développée par Nikorag, et sa fonction principale est "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension hybris Groovy Generator

Téléchargez les fichiers d'extension hybris Groovy Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
URL Officiel https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Description Generate hybris groovy scripts with hooks for OTRS and JIRA
Taille du Fichier 52.47 KB
Nombre d'Installations 45
Version Actuelle 1.5.4
Dernière Mise à Jour 2017-02-10
Date de Publication 2017-02-10
Développeur Nikorag
Type de Paiement free
Langues Prises en Charge 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'"
}