Go JIRA

JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.

Apa itu Go JIRA?

Go JIRA adalah ekstensi Chrome yang dikembangkan oleh klaufel, dan fitur utamanya adalah "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Go JIRA

Unduh file ekstensi Go JIRA dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.                    

Informasi Dasar Ekstensi

Nama Go JIRA Go JIRA
ID kedgeclbpechdggkikfibghmldgehege
URL Resmi https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege
Deskripsi JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Ukuran File 25.2 KB
Jumlah Instalasi 44
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2020-11-20
Tanggal Publikasi 2020-09-24
Penilaian 5.00/5 Total 2 Penilaian
Pengembang klaufel
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/klaufel/gojira
URL Halaman Bantuan https://github.com/klaufel/gojira/issues
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Go JIRA",
    "version": "1.0.1",
    "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "options_page": "src\/modules\/options\/options.html",
    "omnibox": {
        "keyword": "gojira"
    },
    "background": {
        "page": "src\/modules\/background\/background.html"
    },
    "page_action": {
        "default_popup": "src\/modules\/popup\/popup.html",
        "default_icon": {
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "128": "images\/icon-128.png",
        "48": "images\/icon-48.png",
        "32": "images\/icon-32.png",
        "16": "images\/icon-16.png"
    },
    "minimum_chrome_version": "61",
    "manifest_version": 2
}