GoToBoardAndJiraNotification

Go, tab, write and Go or search and get jira notification

GoToBoardAndJiraNotification क्या है?

GoToBoardAndJiraNotification Gaetano Perna द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Go, tab, write and Go or search and get jira notification"।

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

screenshot
screenshot

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

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

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

                        Autoredirect collegato a Jira, immetti la base url del tuo Jira e il plugin, quando scriverai un id della issue, automaticamente ti porterà alla issue.                    

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

नाम GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
आधिकारिक URL https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
विवरण Go, tab, write and Go or search and get jira notification
फ़ाइल का आकार 57.62 KB
स्थापना संख्या 39
वर्तमान संस्करण 2.2.2
अंतिम अपडेट 2021-10-29
प्रकाशन तिथि 2021-10-18
डेवलपर Gaetano Perna
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoToBoardAndJiraNotification",
    "description": "Go, tab, write and Go or search and get jira notification",
    "version": "2.2.2",
    "version_name": "2.2.2",
    "omnibox": {
        "keyword": "go"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/small.png",
        "48": "images\/medium.png",
        "128": "images\/large.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/favicon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*",
        "webRequestBlocking",
        "webRequest",
        "notifications"
    ]
}