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