Jira Express
The fastest way to browse and search your Jira issues.
Jira Expressとは何ですか?
Jira ExpressはMazzarolo Matteoによって開発されたChromeの拡張機能で、その主な機能は「The fastest way to browse and search your Jira issues.」です。
拡張機能のスクリーンショット
Jira Express拡張機能のCRXファイルをダウンロード
Jira Express拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Jira Express is an open-source extension that gives you a quick access to your recent Jira tickets and to a simplified Jira search. Please notice that your browser needs to be logged-in to your interested Jira account for this extension to work correctly. Jira Express is NOT officially affiliated with Atlassian or the Jira software in any way.
拡張機能の基本情報
名前 | Jira Express |
ID | lpkkljaepfhmbjaepaoeoadlmfoipnoc |
公式URL | https://chromewebstore.google.com/detail/jira-express/lpkkljaepfhmbjaepaoeoadlmfoipnoc |
説明 | The fastest way to browse and search your Jira issues. |
ファイルサイズ | 659 KB |
インストール数 | 27 |
現在のバージョン | 1.0.0 |
最終更新日 | 2020-08-26 |
公開日 | 2020-08-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Mazzarolo Matteo |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/mmazzarolo/jira-express |
ヘルプページのURL | https://github.com/mmazzarolo/jira-express |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jira Express", "version": "1.0.0", "version_name": "1.0.0", "description": "The fastest way to browse and search your Jira issues.", "manifest_version": 2, "short_name": "jira-express", "permissions": [ "storage", "cookies", "https:\/\/*.atlassian.com\/*", "https:\/\/*.atlassian.net\/*", "https:\/\/atlassian.net\/*", "https:\/\/atlassian.com\/*" ], "browser_action": { "default_popup": "index.html", "default_icon": "logo\/logo128.png" }, "icons": { "16": "logo\/logo16.png", "32": "logo\/logo32.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |