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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}