IssuesViewer For Backlog
IssuesViewer For Backlog
What is IssuesViewer For Backlog?
IssuesViewer For Backlog is a Chrome extension developed by https://madroom.net, and its main feature is "IssuesViewer For Backlog".
Extension Screenshots
Download IssuesViewer For Backlog Extension CRX File
Download IssuesViewer For Backlog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
* 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. * 簡単に使えます。
Extension Basic Information
Name | IssuesViewer For Backlog |
ID | ohgpfaebkmddhlpapnfjdoneoibhblkb |
Official URL | https://chromewebstore.google.com/detail/issuesviewer-for-backlog/ohgpfaebkmddhlpapnfjdoneoibhblkb |
Description | IssuesViewer For Backlog |
File Size | 193 KB |
Installation Count | 26 |
Current Version | 0.0.8 |
Last Updated | 2014-12-04 |
Publish Date | 2014-12-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://madroom.net |
Payment Type | free |
Extension Website | https://github.com/mamor/backlog-issues-viewer |
Help Page URL | https://github.com/mamor/backlog-issues-viewer/issues |
Supported Languages | 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'" } |