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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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