Go JIRA
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.
Go JIRAとは何ですか?
Go JIRAはklaufelによって開発されたChromeの拡張機能で、その主な機能は「JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.」です。
拡張機能のスクリーンショット
Go JIRA拡張機能のCRXファイルをダウンロード
Go JIRA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards, such as your current sprint, backlog and quickly access any issue.
拡張機能の基本情報
名前 | Go JIRA |
ID | kedgeclbpechdggkikfibghmldgehege |
公式URL | https://chromewebstore.google.com/detail/go-jira/kedgeclbpechdggkikfibghmldgehege |
説明 | JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards. |
ファイルサイズ | 25.2 KB |
インストール数 | 44 |
現在のバージョン | 1.0.1 |
最終更新日 | 2020-11-20 |
公開日 | 2020-09-24 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | klaufel |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/klaufel/gojira |
ヘルプページのURL | https://github.com/klaufel/gojira/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Go JIRA", "version": "1.0.1", "description": "JIRA browser extension to provides useful tools to manage your dashboards and direct links to your most used JIRA dashboards.", "permissions": [ "activeTab", "declarativeContent", "storage" ], "options_page": "src\/modules\/options\/options.html", "omnibox": { "keyword": "gojira" }, "background": { "page": "src\/modules\/background\/background.html" }, "page_action": { "default_popup": "src\/modules\/popup\/popup.html", "default_icon": { "128": "images\/icon-128.png" } }, "icons": { "128": "images\/icon-128.png", "48": "images\/icon-48.png", "32": "images\/icon-32.png", "16": "images\/icon-16.png" }, "minimum_chrome_version": "61", "manifest_version": 2 } |