Netvibes Notifier

Displays the number of unread items in your Netvibes account.

Was ist Netvibes Notifier?

Netvibes Notifier ist eine Chrome-Erweiterung, die von Mickael Blatière entwickelt wurde, und ihr Hauptmerkmal ist "Displays the number of unread items in your Netvibes account.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Netvibes Notifier-Erweiterungs-CRX-Datei herunterladen

Laden Sie Netvibes Notifier-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Version 0.2:
 - Multiple feeds support
 - Secure feeds support
 - Options page to select a dashboard

Version 0.1:
 - Displays the number of unread items in your feeds                    

Grundlegende Informationen zur Erweiterung

Name Netvibes Notifier Netvibes Notifier
ID gaddempjlhhmknkhnhepmpfngekbjleg
Offizielle URL https://chromewebstore.google.com/detail/netvibes-notifier/gaddempjlhhmknkhnhepmpfngekbjleg
Beschreibung Displays the number of unread items in your Netvibes account.
Dateigröße 18.84 KB
Installationsanzahl 715
Aktuelle Version 0.2.10
Letztes Update 2017-12-19
Veröffentlichungsdatum 2017-12-19
Bewertung 3.00/5 Insgesamt 31 Bewertungen
Entwickler Mickael Blatière
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netvibes Notifier",
    "version": "0.2.10",
    "manifest_version": 2,
    "description": "Displays the number of unread items in your Netvibes account.",
    "icons": {
        "128": "img\/icon_128.png",
        "64": "img\/icon_64.png",
        "32": "img\/icon_32.png",
        "16": "img\/icon_16.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "web_accessible_resources": [
        "js\/application.js",
        "js\/background.js",
        "js\/options.js"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.netvibes.com\/*"
    ],
    "browser_action": {
        "default_title": "",
        "default_icon": "img\/disabled_64.png"
    }
}