IssuesViewer For Backlog
IssuesViewer For Backlog
IssuesViewer For Backlogとは何ですか?
IssuesViewer For Backlogはhttps://madroom.netによって開発されたChromeの拡張機能で、その主な機能は「IssuesViewer For Backlog」です。
拡張機能のスクリーンショット
IssuesViewer For Backlog拡張機能のCRXファイルをダウンロード
IssuesViewer For Backlog拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* You can check the tasks that you have been assigned.
* あなたの担当タスクを確認できます。
* You can check the number of notifications.
* 通知数を確認できます。
* You can set up multiple accounts.
* 複数のアカウントを設定できます。
* All settings is easy.
* 簡単に使えます。 拡張機能の基本情報
| 名前 | |
| ID | ohgpfaebkmddhlpapnfjdoneoibhblkb |
| 公式URL | https://chromewebstore.google.com/detail/issuesviewer-for-backlog/ohgpfaebkmddhlpapnfjdoneoibhblkb |
| 説明 | IssuesViewer For Backlog |
| ファイルサイズ | 193 KB |
| インストール数 | 26 |
| 現在のバージョン | 0.0.8 |
| 最終更新日 | 2014-12-04 |
| 公開日 | 2014-12-04 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | https://madroom.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/mamor/backlog-issues-viewer |
| ヘルプページのURL | https://github.com/mamor/backlog-issues-viewer/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.0.8",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "images\/icon-16.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"browser_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "IssuesViewer For Backlog",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"https:\/\/*.backlog.jp\/",
"storage"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |