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.".
Снимки экрана расширения
Скачать файл 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 |
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 } |