Jira Express
The fastest way to browse and search your Jira issues.
What is Jira Express?
Jira Express is a Chrome extension developed by Mazzarolo Matteo, and its main feature is "The fastest way to browse and search your Jira issues.".
Extension Screenshots
Download Jira Express Extension CRX File
Download Jira Express 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
Jira Express is an open-source extension that gives you a quick access to your recent Jira tickets and to a simplified Jira search. Please notice that your browser needs to be logged-in to your interested Jira account for this extension to work correctly. Jira Express is NOT officially affiliated with Atlassian or the Jira software in any way.
Extension Basic Information
Name | Jira Express |
ID | lpkkljaepfhmbjaepaoeoadlmfoipnoc |
Official URL | https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc |
Description | The fastest way to browse and search your Jira issues. |
File Size | 659 KB |
Installation Count | 27 |
Current Version | 1.0.0 |
Last Updated | 2020-08-26 |
Publish Date | 2020-08-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Mazzarolo Matteo |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mmazzarolo/jira-express |
Help Page URL | https://github.com/mmazzarolo/jira-express |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Express", "version": "1.0.0", "version_name": "1.0.0", "description": "The fastest way to browse and search your Jira issues.", "manifest_version": 2, "short_name": "jira-express", "permissions": [ "storage", "cookies", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/atlassian.net\/*", "https:\/\/atlassian.com\/*" ], "browser_action": { "default_popup": "index.html", "default_icon": "logo\/logo128.png" }, "icons": { "16": "logo\/logo16.png", "32": "logo\/logo32.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |