ownCloud News Checker

Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.

Cos'è ownCloud News Checker?

ownCloud News Checker è un'estensione di Chrome sviluppata da jacques, e la sua funzione principale è "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ownCloud News Checker

Scarica i file di estensione ownCloud News Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This is a simple extension to check unread items in your ownCloud News app. Basically the same as gmail checker, but for ownCloud.

Add the URL of your news app on the options section. Needs a restart to take effect.

The extension requires that you are authenticated with your ownCloud instance in the browser.                    

Informazioni di Base sull'Estensione

Nome ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
URL Ufficiale https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Descrizione Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Dimensione del File 33.29 KB
Conteggio Installazioni 145
Versione Corrente 0.2
Ultimo Aggiornamento 2013-07-24
Data di Pubblicazione 2013-07-24
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore jacques
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/owncloud/news-chrome-notifier
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "owncloud_not_logged_in.png"
    },
    "default_locale": "en",
    "description": "__MSG_owncloudnewscheck_description__",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_owncloudnewscheck_name__",
    "options_page": "config.html",
    "permissions": [
        "alarms",
        "tabs",
        "webNavigation",
        "*:\/\/*\/*"
    ],
    "version": "0.2"
}