Run! Gojira!

Removes cruft from the Jira interface

Cos'è Run! Gojira!?

Run! Gojira! è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Removes cruft from the Jira interface".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Run! Gojira!

Scarica i file di estensione Run! Gojira! 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

                        Currently only effects the add trouble issue view.  Don't bother installing this if you don't work for CityGrid.                    

Informazioni di Base sull'Estensione

Nome Run! Gojira! Run! Gojira!
ID flkmhlnapgadpcedkkafhjjamlkppgii
URL Ufficiale https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii
Descrizione Removes cruft from the Jira interface
Dimensione del File 66.95 KB
Conteggio Installazioni 13
Versione Corrente 1.1
Ultimo Aggiornamento 2012-08-10
Data di Pubblicazione 2012-08-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}