Jira Express

The fastest way to browse and search your Jira issues.

Wat is Jira Express?

Jira Express is een Chrome-extensie ontwikkeld door Mazzarolo Matteo, en de belangrijkste functie is "The fastest way to browse and search your Jira issues.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Jira Express

Download Jira Express-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Jira Express Jira Express
ID lpkkljaepfhmbjaepaoeoadlmfoipnoc
Officiële URL https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc
Beschrijving The fastest way to browse and search your Jira issues.
Bestandsgrootte 659 KB
Aantal Installaties 27
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-08-26
Publicatiedatum 2020-08-26
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mazzarolo Matteo
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/mmazzarolo/jira-express
Help Pagina-URL https://github.com/mmazzarolo/jira-express
Ondersteunde Talen 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'"
}