Trac Notifier

Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).

Trac Notifier란 무엇입니까?

Trac Notifier은(는) Peter Prikryl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        # Trac Notifier

Checks the news in the Trac RSS and notifies you about them. Just visit the Trac page and click the page action in the URL bar. Tick the displayed feeds you want to watch.

## Features

- You can set the interval at which the news should be checked.
- You can follow multiple RSS feeds in multiple Trac projects.
- Credentials to use for Basic Authentication can be set in the options.
- Supports Forms Authentication

## Permissions

Your data on all websites
:	Used to check whether the current page belongs to Trac.

Notifications
:	Used to display Trac notifications.                    

확장 프로그램 기본 정보

이름 Trac Notifier Trac Notifier
ID ekgfjockodkkmnidgefajfjhbhflpghk
공식 URL https://chromewebstore.google.com/detail/trac-notifier/ekgfjockodkkmnidgefajfjhbhflpghk
설명 Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).
파일 크기 41.74 KB
설치 횟수 29
현재 버전 1.4
최근 업데이트 2013-12-03
출시 날짜 2013-12-03
평점 5.00/5 총 1 개의 평점
개발자 Peter Prikryl
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://pc.poradna.net/info/gdpr
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trac Notifier",
    "version": "1.4",
    "manifest_version": 2,
    "description": "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).",
    "options_page": "options.html",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "page_action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Trac Notifier",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "notifications",
        ""
    ],
    "web_accessible_resources": [
        "images\/vertbars.png",
        "images\/attachment.png",
        "images\/batchmodify.png",
        "images\/closedticket.png",
        "images\/editedticket.png",
        "images\/changeset.png",
        "images\/milestone.png",
        "images\/newticket.png",
        "images\/reopenedticket.png",
        "images\/wiki.png"
    ]
}