JIRA Buddy
A helper for your most common or day-to-day OnDemand JIRA tasks.
Was ist JIRA Buddy?
JIRA Buddy ist eine Chrome-Erweiterung, die von Paulo Ávila entwickelt wurde, und ihr Hauptmerkmal ist "A helper for your most common or day-to-day OnDemand JIRA tasks.".
Erweiterungsscreenshots
JIRA Buddy-Erweiterungs-CRX-Datei herunterladen
Laden Sie JIRA Buddy-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
This is a trial release intended for the development team I work with. It has passed my tests (I've been using it for months now) so feel free to use it while it's still in beta! This is an open source project: https://github.com/demoive/JIRA-Buddy Please submit bugs and issues on GitHub: https://github.com/demoive/JIRA-Buddy/issues Project Board: https://trello.com/board/jira-buddy/512dfc830265343a150027ad
Grundlegende Informationen zur Erweiterung
Name | JIRA Buddy |
ID | nbojmnaggjklggjfddmlognhlchhgblp |
Offizielle URL | https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp |
Beschreibung | A helper for your most common or day-to-day OnDemand JIRA tasks. |
Dateigröße | 123 KB |
Installationsanzahl | 31 |
Aktuelle Version | 0.7 |
Letztes Update | 2013-03-28 |
Veröffentlichungsdatum | 2013-03-28 |
Entwickler | Paulo Ávila |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JIRA Buddy", "description": "__MSG_extensionDescription__", "version": "0.7", "default_locale": "en", "icons": { "16": "assets\/img\/icon_favicon-infobar.png", "48": "assets\/img\/icon_extension-prefs.png", "128": "assets\/img\/icon_store-dialogs.png" }, "browser_action": { "default_icon": "assets\/img\/browser-button.png", "default_title": "__MSG_browserActionTitle__", "default_popup": "popup.html" }, "options_page": "options.html", "background": { "scripts": [ "assets\/js\/background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "tabs", "https:\/\/*.atlassian.net\/rest\/api\/2\/" ] } |