jironimo for JIRA
Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.
Wat is jironimo for JIRA?
jironimo for JIRA is een Chrome-extensie ontwikkeld door https://2ka.by, en de belangrijkste functie is "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.".
Extensie Screenshots
Download het CRX-bestand van de extensie jironimo for JIRA
Download jironimo for JIRA-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
Atlassian JIRA Agile in your browser. With support of different work-spaces, multiple accounts and time-tracking. Open-source.
- JIRA Agile add-on is optional but preferred.
- Default hot-keys: Windows: Alt + J; Mac: Command + J.
How to start:
- Log-in to a JIRA first.
- Set the JIRA URL in the settings and enable the account.
- Enjoy :)
Support:
- https://github.com/kkamkou/chrome-jironimo
- https://gitter.im/chrome-jironimo Basisinformatie over de Extensie
| Naam | |
| ID | bplmocfiilcboedgegkcndbngiicdihl |
| Officiële URL | https://chromewebstore.google.com/detail/jironimo-for-jira/bplmocfiilcboedgegkcndbngiicdihl |
| Beschrijving | Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners. |
| Bestandsgrootte | 1.08 MB |
| Aantal Installaties | 551 |
| Huidige Versie | 6.1.2 |
| Laatst Bijgewerkt | 2017-02-01 |
| Publicatiedatum | 2017-02-01 |
| Beoordeling | 4.73/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | https://2ka.by |
| Betalingswijze | free |
| Extensiewebsite | http://2ka.by/article/chrome-jironimo |
| Help Pagina-URL | https://github.com/kkamkou/chrome-jironimo/issues |
| Ondersteunde Talen | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "jironimo for JIRA",
"version": "6.1.2",
"manifest_version": 2,
"offline_enabled": false,
"homepage_url": "https:\/\/plus.google.com\/communities\/108001372997677649751",
"description": "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.",
"default_locale": "en",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "views\/default.html#\/settings\/general",
"minimum_chrome_version": "45",
"icons": {
"16": "icons\/app-16.png",
"48": "icons\/app-48.png",
"128": "icons\/app-128.png"
},
"browser_action": {
"default_icon": "icons\/app-128.png",
"default_popup": "views\/default.html"
},
"background": {
"persistent": false,
"scripts": [
"app\/bootstrap-bg.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+J",
"mac": "Command+J"
},
"description": "Open jironimo window"
}
},
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"permissions": [
"storage",
"notifications",
"alarms"
]
} | |