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