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
}