GoToBoardAndJiraNotification

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

What is GoToBoardAndJiraNotification?

GoToBoardAndJiraNotification is a Chrome extension developed by Gaetano Perna, and its main feature is "Go, tab, write and Go or search and get jira notification".

Extension Screenshots

screenshot
screenshot

Download GoToBoardAndJiraNotification Extension CRX File

Download GoToBoardAndJiraNotification extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
Official URL https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
Description Go, tab, write and Go or search and get jira notification
File Size 57.62 KB
Installation Count 39
Current Version 2.2.2
Last Updated 2021-10-29
Publish Date 2021-10-18
Developer Gaetano Perna
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}