Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

Was ist Notifffy - Dribbble Notifications?

Notifffy - Dribbble Notifications ist eine Chrome-Erweiterung, die von Tactile Online entwickelt wurde, und ihr Hauptmerkmal ist "Desktop notifications for your Dribbble activity.…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Notifffy - Dribbble Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notifffy - Dribbble Notifications-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

                        Desktop notifications for your Dribbble activity.                                                                                                                                                                                                                                                                                                                           
                                                                                
When you have a new notification (for example, when someone likes your shot or follows you), the extension button will display a badge. Clicking on the button will open a quick drop down menu with your most recent notifications. You can also access to dribble detail page notifications directly from the extension. This way, you can get information of your Dribbble activity from anywhere on the Web. Go to see all incoming activity & clean the NEWs badge.                    

Grundlegende Informationen zur Erweiterung

Name Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
Offizielle URL https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
Beschreibung Desktop notifications for your Dribbble activity.…
Dateigröße 289 KB
Installationsanzahl 17
Aktuelle Version 2.4.1
Letztes Update 2017-10-04
Veröffentlichungsdatum 2017-10-04
Bewertung 3.50/5 Insgesamt 4 Bewertungen
Entwickler Tactile Online
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifffy - Dribbble Notifications",
    "short_name": "Notifffy",
    "version": "2.4.1",
    "permissions": [
        "",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "Notifffy - Dribbble Notifications",
        "default_icon": "images\/icon-activity-grey.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery.js",
            "js\/jribbble.js",
            "js\/background.js"
        ]
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}