Run! Gojira!
Removes cruft from the Jira interface
Wat is Run! Gojira!?
Run! Gojira! is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Removes cruft from the Jira interface".
Extensie Screenshots
Download het CRX-bestand van de extensie Run! Gojira!
Download Run! Gojira!-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
Currently only effects the add trouble issue view. Don't bother installing this if you don't work for CityGrid.
Basisinformatie over de Extensie
Naam | Run! Gojira! |
ID | flkmhlnapgadpcedkkafhjjamlkppgii |
Officiële URL | https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii |
Beschrijving | Removes cruft from the Jira interface |
Bestandsgrootte | 66.95 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2012-08-10 |
Publicatiedatum | 2012-08-10 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Run! Gojira!", "version": "1.1", "manifest_version": 2, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "description": "Removes cruft from the Jira interface", "content_scripts": [ { "matches": [ "http:\/\/jira.prod.cs\/secure\/CreateIssue.jspa?pid=10173&issuetype=14" ], "js": [ "jquery.js", "trouble_issue.js" ] } ] } |