RedmineMe

Redmine notifications extension for Chrome

RedmineMe란 무엇입니까?

RedmineMe은(는) mehmatovec에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Redmine notifications extension for Chrome"입니다.

확장 프로그램 스크린샷

screenshot

RedmineMe 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        RedmineMe is a notifications extension for Redmine. RedmineMe checks out changes from issues 1 time per 10 minutes and, if they are, saves them and shows in the feed. 3 separated tabs: assigned to me, watching, created by me. Multiple options: customizing time to keep notifications, colour of priorities, query IDs for direct links to the list of assigned or created issues, etc.                    

확장 프로그램 기본 정보

이름 RedmineMe RedmineMe
ID mceflfpebnglbjmpfdciekljibefhlde
공식 URL https://chromewebstore.google.com/detail/redmineme/mceflfpebnglbjmpfdciekljibefhlde
설명 Redmine notifications extension for Chrome
파일 크기 207 KB
설치 횟수 54
현재 버전 1.0.2
최근 업데이트 2014-02-11
출시 날짜 2014-02-11
개발자 mehmatovec
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RedmineMe",
    "version": "1.0.2",
    "description": "Redmine notifications extension for Chrome",
    "icons": {
        "16": "img\/logo\/16x16.png",
        "48": "img\/logo\/48x48.png",
        "128": "img\/logo\/128x128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "RedmineMe",
        "default_icon": "img\/logo\/48x48.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    }
}