GoToBoardAndJiraNotification

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

Wat is GoToBoardAndJiraNotification?

GoToBoardAndJiraNotification is een Chrome-extensie ontwikkeld door Gaetano Perna, en de belangrijkste functie is "Go, tab, write and Go or search and get jira notification".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie GoToBoardAndJiraNotification

Download GoToBoardAndJiraNotification-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
Officiële URL https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
Beschrijving Go, tab, write and Go or search and get jira notification
Bestandsgrootte 57.62 KB
Aantal Installaties 39
Huidige Versie 2.2.2
Laatst Bijgewerkt 2021-10-29
Publicatiedatum 2021-10-18
Ontwikkelaar Gaetano Perna
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}