Run! Gojira!

Removes cruft from the Jira interface

Qu'est-ce que Run! Gojira! ?

Run! Gojira! est une extension Chrome développée par Unknown, et sa fonction principale est "Removes cruft from the Jira interface".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Run! Gojira!

Téléchargez les fichiers d'extension Run! Gojira! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Run! Gojira! Run! Gojira!
ID flkmhlnapgadpcedkkafhjjamlkppgii
URL Officiel https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii
Description Removes cruft from the Jira interface
Taille du Fichier 66.95 KB
Nombre d'Installations 13
Version Actuelle 1.1
Dernière Mise à Jour 2012-08-10
Date de Publication 2012-08-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}