ownCloud News Checker
Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.
Hvad er ownCloud News Checker?
ownCloud News Checker er en Chrome-udvidelse udviklet af jacques, og dens hovedfunktion er "Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds.".
Udvidelsesskærmbilleder
Download ownCloud News Checker-udvidelses-CRX-fil
Download ownCloud News Checker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | ownCloud News Checker |
ID | hnmagnmdnfdhabdlicankfbfhcdgbfhe |
Officiel URL | https://chromewebstore.google.com/detail/owncloud-news-checker/hnmagnmdnfdhabdlicankfbfhcdgbfhe |
Beskrivelse | Displays the number of unread messages in your ownCloud News App. You can also click the button to open your feeds. |
Filstørrelse | 33.29 KB |
Antal Installationer | 145 |
Nuværende Version | 0.2 |
Senest Opdateret | 2013-07-24 |
Udgivelsesdato | 2013-07-24 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | jacques |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/owncloud/news-chrome-notifier |
Understøttede Sprog | 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" } |