hybris Groovy Generator
Generate hybris groovy scripts with hooks for OTRS and JIRA
什麼是hybris Groovy Generator?
hybris Groovy Generator是由Nikorag開發的Chrome擴展程式,該擴展的主要功能是“Generate hybris groovy scripts with hooks for OTRS and JIRA”。
擴展截圖
下載hybris Groovy Generator擴展crx文件
下載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.
擴展基本資訊
名稱 | |
ID | nljfcphhpmmcnpndeeleedekenfggpfd |
官方網址 | 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", " |