Jira Express
The fastest way to browse and search your Jira issues.
Was ist Jira Express?
Jira Express ist eine Chrome-Erweiterung, die von Mazzarolo Matteo entwickelt wurde, und ihr Hauptmerkmal ist "The fastest way to browse and search your Jira issues.".
Erweiterungsscreenshots
Jira Express-Erweiterungs-CRX-Datei herunterladen
Laden Sie Jira Express-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | lpkkljaepfhmbjaepaoeoadlmfoipnoc |
| Offizielle URL | https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc |
| Beschreibung | The fastest way to browse and search your Jira issues. |
| Dateigröße | 659 KB |
| Installationsanzahl | 27 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2020-08-26 |
| Veröffentlichungsdatum | 2020-08-26 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Mazzarolo Matteo |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://github.com/mmazzarolo/jira-express |
| Hilfeseite URL | https://github.com/mmazzarolo/jira-express |
| Unterstützte Sprachen | 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'"
} | |