ownCloud News Checker

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

What is ownCloud News Checker?

ownCloud News Checker is a Chrome extension developed by jacques, and its main feature is "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".

Extension Screenshots

screenshot

Download ownCloud News Checker Extension CRX File

Download ownCloud News Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ownCloud News Checker ownCloud News Checker
ID hnmagnmdnfdhabdlicankfbfhcdgbfhe
Official URL https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe
Description Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
File Size 33.29 KB
Installation Count 145
Current Version 0.2
Last Updated 2013-07-24
Publish Date 2013-07-24
Rating 3.50/5 Total 4 Ratings
Developer jacques
Payment Type free
Extension Website https://github.com/owncloud/news-chrome-notifier
Supported Languages 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"
}