hybris Groovy Generator
Generate hybris groovy scripts with hooks for OTRS and JIRA
hybris Groovy Generator là gì?
hybris Groovy Generator là một tiện ích mở rộng Chrome được phát triển bởi Nikorag, và tính năng chính của nó là "Generate hybris groovy scripts with hooks for OTRS and JIRA".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng hybris Groovy Generator
Tải xuống các tệp mở rộng hybris Groovy Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nljfcphhpmmcnpndeeleedekenfggpfd |
URL Chính Thức | https://chrome.google.com/webstore/detail/hybris-groovy-generator/nljfcphhpmmcnpndeeleedekenfggpfd |
Mô tả | Generate hybris groovy scripts with hooks for OTRS and JIRA |
Kích Thước Tệp | 52.47 KB |
Số Lần Cài Đặt | 45 |
Phiên Bản Hiện Tại | 1.5.4 |
Cập Nhật Lần Cuối | 2017-02-10 |
Ngày Phát Hành | 2017-02-10 |
Nhà Phát Triển | Nikorag |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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", " |