Go JIRA

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

Go JIRA क्या है?

Go JIRA klaufel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Go JIRA एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Go JIRA Go JIRA
ID kedgeclbpechdggkikfibghmldgehege
आधिकारिक URL https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege
विवरण JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
फ़ाइल का आकार 25.2 KB
स्थापना संख्या 44
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-11-20
प्रकाशन तिथि 2020-09-24
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर klaufel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/klaufel/gojira
सहायता पृष्ठ URL https://github.com/klaufel/gojira/issues
समर्थित भाषाएँ 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
}