Jira Express
The fastest way to browse and search your Jira issues.
Hvad er Jira Express?
Jira Express er en Chrome-udvidelse udviklet af Mazzarolo Matteo, og dens hovedfunktion er "The fastest way to browse and search your Jira issues.".
Udvidelsesskærmbilleder
Download Jira Express-udvidelses-CRX-fil
Download Jira Express-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Jira Express |
ID | lpkkljaepfhmbjaepaoeoadlmfoipnoc |
Officiel URL | https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc |
Beskrivelse | The fastest way to browse and search your Jira issues. |
Filstørrelse | 659 KB |
Antal Installationer | 27 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2020-08-26 |
Udgivelsesdato | 2020-08-26 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Mazzarolo Matteo |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/mmazzarolo/jira-express |
Hjælpeside-URL | https://github.com/mmazzarolo/jira-express |
Understøttede Sprog | 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'" } |