hybris Groovy Generator

Generate hybris groovy scripts with hooks for OTRS and JIRA

Τι είναι το hybris Groovy Generator;

Το hybris Groovy Generator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Nikorag, και η κύρια λειτουργία του είναι "Generate hybris groovy scripts with hooks for OTRS and JIRA".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης hybris Groovy Generator

Λήψη αρχείων επέκτασης hybris Groovy Generator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα hybris Groovy Generator hybris Groovy Generator
ID nljfcphhpmmcnpndeeleedekenfggpfd
Επίσημο URL https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd
Περιγραφή Generate hybris groovy scripts with hooks for OTRS and JIRA
Μέγεθος Αρχείου 52.47 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.5.4
Τελευταία Ενημέρωση 2017-02-10
Ημερομηνία Δημοσίευσης 2017-02-10
Προγραμματιστής Nikorag
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}