GoToBoardAndJiraNotification

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

Что такое GoToBoardAndJiraNotification?

GoToBoardAndJiraNotification - это расширение Chrome, разработанное Gaetano Perna, и его основная функция - "Go, tab, write and Go or search and get jira notification".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения GoToBoardAndJiraNotification

Скачайте файлы расширений GoToBoardAndJiraNotification в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
    ]
}