GoToBoardAndJiraNotification

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

GoToBoardAndJiraNotificationとは何ですか?

GoToBoardAndJiraNotificationはGaetano Pernaによって開発されたChromeの拡張機能で、その主な機能は「Go, tab, write and Go or search and get jira notification」です。

拡張機能のスクリーンショット

screenshot
screenshot

GoToBoardAndJiraNotification拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    ]
}