Notifier for Trello

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

Co je Notifier for Trello?

Notifier for Trello je rozšíření Chrome vyvinuté https://cycododge.com, a jeho hlavní funkcí je „View, filter and save your Trello notifications as read or unread.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Notifier for Trello

Stáhněte si soubory rozšíření Notifier for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        ++ 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.                    

Základní Informace o Rozšíření

Název Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
Oficiální URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
Popis View, filter and save your Trello notifications as read or unread.
Velikost souboru 210 KB
Počet instalací 1,000
Aktuální Verze 2.1.0
Poslední Aktualizace 2018-01-18
Datum Vydání 2018-01-18
Hodnocení 4.10/5 Celkem 21 Hodnocení
Vývojář https://cycododge.com
Typ Platby free
Podporované Jazyky 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
}