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 |
| 官方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",
" | |