hybrishelper
Hybris Productivity Enhancement Tool for Hybris Dev Team!
What is hybrishelper?
hybrishelper is a Chrome extension developed by Rajiv Kumar Gupta, and its main feature is "Hybris Productivity Enhancement Tool for Hybris Dev Team!".
Extension Screenshots
Download hybrishelper Extension CRX File
Download hybrishelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | amehdmfkpfpnjdhdkaigpboggbgbkdac |
Official URL | https://chrome.google.com/webstore/detail/hybrishelper/amehdmfkpfpnjdhdkaigpboggbgbkdac |
Description | Hybris Productivity Enhancement Tool for Hybris Dev Team! |
File Size | 34.33 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2019-02-23 |
Publish Date | 2019-02-23 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Rajiv Kumar Gupta |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hybrishelper", "version": "1.0", "description": "Hybris Productivity Enhancement Tool for Hybris Dev Team!", "permissions": [ "activeTab", "declarativeContent", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.com\/hac\/console\/flexsearch*", "https:\/\/*.ca\/hac\/console\/flexsearch*" ], "js": [ "jquery-3.3.1.min.js", "content.js" ], "css": [], "run_at": "document_end" } ], "icons": { "16": "logo.png", "32": "logo.png", "48": "logo.png", "128": "logo.png" }, "manifest_version": 2 } |