Notifier for Trello

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

Co to jest Notifier for Trello?

Notifier for Trello to rozszerzenie Chrome opracowane przez https://cycododge.com, a jego główną funkcją jest „View, filter and save your Trello notifications as read or unread.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Notifier for Trello

Pobierz pliki rozszerzeń Notifier for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Notifier for Trello Notifier for Trello
ID apgmgifljeljdmgkgklphgmckihimami
Oficjalny URL https://chromewebstore.google.com/detail/notifier-for-trello/apgmgifljeljdmgkgklphgmckihimami
Opis View, filter and save your Trello notifications as read or unread.
Rozmiar pliku 210 KB
Liczba instalacji 1,000
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2018-01-18
Data Publikacji 2018-01-18
Ocena 4.10/5 Łącznie 21 Oceny
Deweloper https://cycododge.com
Typ Płatności free
Obsługiwane Języki 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
}