Run! Gojira!

Removes cruft from the Jira interface

Co to jest Run! Gojira!?

Run! Gojira! to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Removes cruft from the Jira interface”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Run! Gojira!

Pobierz pliki rozszerzeń Run! Gojira! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Run! Gojira! Run! Gojira!
ID flkmhlnapgadpcedkkafhjjamlkppgii
Oficjalny URL https://chromewebstore.google.com/detail/run-gojira/flkmhlnapgadpcedkkafhjjamlkppgii
Opis Removes cruft from the Jira interface
Rozmiar pliku 66.95 KB
Liczba instalacji 13
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2012-08-10
Data Publikacji 2012-08-10
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}