IssuesViewer For Backlog

IssuesViewer For Backlog

IssuesViewer For Backlog란 무엇입니까?

IssuesViewer For Backlog은(는) https://madroom.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IssuesViewer For Backlog"입니다.

확장 프로그램 스크린샷

screenshot

IssuesViewer For Backlog 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        * 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.
* 簡単に使えます。                    

확장 프로그램 기본 정보

이름 IssuesViewer For Backlog IssuesViewer For Backlog
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'"
}