ownCloud News Checker

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

Co to jest ownCloud News Checker?

ownCloud News Checker to rozszerzenie Chrome opracowane przez jacques, a jego główną funkcją jest „Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ownCloud News Checker

Pobierz pliki rozszerzeń ownCloud News Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
Oficjalny URL https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Opis Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Rozmiar pliku 33.29 KB
Liczba instalacji 145
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2013-07-24
Data Publikacji 2013-07-24
Ocena 3.50/5 Łącznie 4 Oceny
Deweloper jacques
Typ Płatności free
Strona Rozszerzenia https://github.com/owncloud/news-chrome-notifier
Obsługiwane Języki 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"
}