Notifier for Trello

View, filter and save your Trello notifications as read or unread.

Τι είναι το Notifier for Trello;

Το Notifier for Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cycododge.com, και η κύρια λειτουργία του είναι "View, filter and save your Trello notifications as read or unread.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Notifier for Trello

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

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

                        ++ Features ++
* Unread Notification Count
* Ability to Mark Read or Unread
* Filters for All, Unread, Mentions, Comments and Members
* Notifications Link to Users, Cards, Boards, etc.
* Sound plays when notification arrives.                    

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

Όνομα Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
Επίσημο URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
Περιγραφή View, filter and save your Trello notifications as read or unread.
Μέγεθος Αρχείου 210 KB
Αριθμός Εγκαταστάσεων 1,000
Τρέχουσα Έκδοση 2.1.0
Τελευταία Ενημέρωση 2018-01-18
Ημερομηνία Δημοσίευσης 2018-01-18
Αξιολόγηση 4.10/5 Συνολικά 21 Αξιολογήσεις
Προγραμματιστής https://cycododge.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Notifier for Trello",
    "short_name": "Notifier",
    "version": "2.1.0",
    "description": "View, filter and save your Trello notifications as read or unread.",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon19.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "https:\/\/*.trello.com\/*",
        "storage"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2
}