Linkify JIRA Issues
Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.
Linkify JIRA Issuesとは何ですか?
Linkify JIRA IssuesはMatthew Sullivanによって開発されたChromeの拡張機能で、その主な機能は「Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.」です。
拡張機能のスクリーンショット
Linkify JIRA Issues拡張機能のCRXファイルをダウンロード
Linkify JIRA Issues拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Linkify JIRA Issues turns Atlassian JIRA issue keys (such as 'SUPPORT-123') to links in webpages for easy navigation. With Linkify JIRA Issues, getting between JIRA and your other workflow management tools, like GitHub or Gmail, is a breeze. Save time and frustration, and give Linkify JIRA Issues a try. Linkify JIRA Issues does not contain ads or any tracking of any kind. It's free now and always.
拡張機能の基本情報
名前 | Linkify JIRA Issues |
ID | ekbbnaokafbanjgmcbllligemhiclbcb |
公式URL | https://chromewebstore.google.com/detail/linkify-jira-issues/ekbbnaokafbanjgmcbllligemhiclbcb |
説明 | Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation. |
ファイルサイズ | 26.7 KB |
インストール数 | 771 |
現在のバージョン | 1.0.2 |
最終更新日 | 2014-02-19 |
公開日 | 2014-02-19 |
評価 | 4.31/5 合計 13 レビュー |
開発者 | Matthew Sullivan |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "exclude_globs": [ "http:\/\/*.acidtests.org\/*" ], "js": [ "convert_keys.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "description": "Turns JIRA key names (such as 'SUPPORT-123') to links in webpages for easy navigation.", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "background": { "page": "background.html" }, "options_page": "options.html", "name": "Linkify JIRA Issues", "version": "1.0.2", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "manifest_version": 2 } |