Notifffy - Dribbble Notifications

Desktop notifications for your Dribbble activity.…

Τι είναι το Notifffy - Dribbble Notifications;

Το Notifffy - Dribbble Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Tactile Online, και η κύρια λειτουργία του είναι "Desktop notifications for your Dribbble activity.…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Notifffy - Dribbble Notifications

Λήψη αρχείων επέκτασης Notifffy - Dribbble Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Notifffy - Dribbble Notifications Notifffy - Dribbble Notifications
ID cgfbkdpncpdcobjhpkdnidfblkpodhap
Επίσημο URL https://chromewebstore.google.com/detail/notifffy-dribbble-notific/cgfbkdpncpdcobjhpkdnidfblkpodhap
Περιγραφή Desktop notifications for your Dribbble activity.…
Μέγεθος Αρχείου 289 KB
Αριθμός Εγκαταστάσεων 17
Τρέχουσα Έκδοση 2.4.1
Τελευταία Ενημέρωση 2017-10-04
Ημερομηνία Δημοσίευσης 2017-10-04
Αξιολόγηση 3.50/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής Tactile Online
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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'"
}