JIRA Buddy
A helper for your most common or day-to-day OnDemand JIRA tasks.
Cos'è JIRA Buddy?
JIRA Buddy è un'estensione di Chrome sviluppata da Paulo Ávila, e la sua funzione principale è "A helper for your most common or day-to-day OnDemand JIRA tasks.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione JIRA Buddy
Scarica i file di estensione JIRA Buddy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | JIRA Buddy |
ID | nbojmnaggjklggjfddmlognhlchhgblp |
URL Ufficiale | https://chromewebstore.google.com/detail/jira-buddy/nbojmnaggjklggjfddmlognhlchhgblp |
Descrizione | A helper for your most common or day-to-day OnDemand JIRA tasks. |
Dimensione del File | 123 KB |
Conteggio Installazioni | 31 |
Versione Corrente | 0.7 |
Ultimo Aggiornamento | 2013-03-28 |
Data di Pubblicazione | 2013-03-28 |
Sviluppatore | Paulo Ávila |
Tipo di Pagamento | free |
Lingue Supportate | 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\/" ] } |