jironimo for JIRA
Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.
jironimo for JIRAとは何ですか?
jironimo for JIRAはhttps://2ka.byによって開発されたChromeの拡張機能で、その主な機能は「Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.」です。
拡張機能のスクリーンショット
jironimo for JIRA拡張機能のCRXファイルをダウンロード
jironimo for JIRA拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Atlassian JIRA Agile in your browser. With support of different work-spaces, multiple accounts and time-tracking. Open-source.
- JIRA Agile add-on is optional but preferred.
- Default hot-keys: Windows: Alt + J; Mac: Command + J.
How to start:
- Log-in to a JIRA first.
- Set the JIRA URL in the settings and enable the account.
- Enjoy :)
Support:
- https://github.com/kkamkou/chrome-jironimo
- https://gitter.im/chrome-jironimo 拡張機能の基本情報
| 名前 | |
| ID | bplmocfiilcboedgegkcndbngiicdihl |
| 公式URL | https://chromewebstore.google.com/detail/jironimo-for-jira/bplmocfiilcboedgegkcndbngiicdihl |
| 説明 | Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners. |
| ファイルサイズ | 1.08 MB |
| インストール数 | 551 |
| 現在のバージョン | 6.1.2 |
| 最終更新日 | 2017-02-01 |
| 公開日 | 2017-02-01 |
| 評価 | 4.73/5 合計 11 レビュー |
| 開発者 | https://2ka.by |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://2ka.by/article/chrome-jironimo |
| ヘルプページのURL | https://github.com/kkamkou/chrome-jironimo/issues |
| 対応言語 | de,en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "jironimo for JIRA",
"version": "6.1.2",
"manifest_version": 2,
"offline_enabled": false,
"homepage_url": "https:\/\/plus.google.com\/communities\/108001372997677649751",
"description": "Atlassian JIRA Agile in your browser. Adorable open-source extension for passionate techies and product owners.",
"default_locale": "en",
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"options_page": "views\/default.html#\/settings\/general",
"minimum_chrome_version": "45",
"icons": {
"16": "icons\/app-16.png",
"48": "icons\/app-48.png",
"128": "icons\/app-128.png"
},
"browser_action": {
"default_icon": "icons\/app-128.png",
"default_popup": "views\/default.html"
},
"background": {
"persistent": false,
"scripts": [
"app\/bootstrap-bg.js"
]
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+J",
"mac": "Command+J"
},
"description": "Open jironimo window"
}
},
"optional_permissions": [
"http:\/\/*\/",
"https:\/\/*\/"
],
"permissions": [
"storage",
"notifications",
"alarms"
]
} | |