GoToBoardAndJiraNotification

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

Co to jest GoToBoardAndJiraNotification?

GoToBoardAndJiraNotification to rozszerzenie Chrome opracowane przez Gaetano Perna, a jego główną funkcją jest „Go, tab, write and Go or search and get jira notification”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia GoToBoardAndJiraNotification

Pobierz pliki rozszerzeń GoToBoardAndJiraNotification w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa GoToBoardAndJiraNotification GoToBoardAndJiraNotification
ID lmbobdpjnmfeibphoiegjefjmoabagfa
Oficjalny URL https://chromewebstore.google.com/detail/gotoboardandjiranotificat/lmbobdpjnmfeibphoiegjefjmoabagfa
Opis Go, tab, write and Go or search and get jira notification
Rozmiar pliku 57.62 KB
Liczba instalacji 39
Aktualna Wersja 2.2.2
Ostatnia Aktualizacja 2021-10-29
Data Publikacji 2021-10-18
Deweloper Gaetano Perna
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}