Trac Notifier

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

Qu'est-ce que Trac Notifier ?

Trac Notifier est une extension Chrome développée par Peter Prikryl, et sa fonction principale est "Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Trac Notifier

Téléchargez les fichiers d'extension Trac Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        # 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.                    

Informations de Base sur l'Extension

Nom Trac Notifier Trac Notifier
ID ekgfjockodkkmnidgefajfjhbhflpghk
URL Officiel https://chromewebstore.google.com/detail/trac-notifier/ekgfjockodkkmnidgefajfjhbhflpghk
Description Notifies you about the new events in the Trac. Supports watching multiple Trac projects and authentication (Basic and Forms).
Taille du Fichier 41.74 KB
Nombre d'Installations 29
Version Actuelle 1.4
Dernière Mise à Jour 2013-12-03
Date de Publication 2013-12-03
Évaluation 5.00/5 Total 1 Évaluations
Développeur Peter Prikryl
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://pc.poradna.net/info/gdpr
Langues Prises en Charge 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"
    ]
}