Trello Feed

Have a full visibility of what is happening in Trello.

Trello Feedคืออะไร?

Trello Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ynazarov และคุณลักษณะหลักของมันคือ "Have a full visibility of what is happening in Trello."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello Feed

ดาวน์โหลดไฟล์ส่วนขยาย Trello Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Trello Feed will group updates from all your boards and show them in one place so that you wouldn't miss a thing. 
It will notify you if new updates available, so you can quickly respond to a comment or a task.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trello Feed Trello Feed
ID obincefhnenglgklhbehgeeeccjpgccn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn
คำอธิบาย Have a full visibility of what is happening in Trello.
ขนาดไฟล์ 709 KB
จำนวนการติดตั้ง 75
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2017-11-01
วันที่เผยแพร่ 2017-11-01
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา ynazarov
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trello Feed",
    "version": "1.1.1",
    "description": "Have a full visibility of what is happening in Trello.",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*"
            ],
            "js": [
                "src\/inject.js"
            ],
            "css": [
                "css\/modifiedBoards.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "html\/app.html",
        "icons\/boards.white.svg",
        "icons\/feed.white.svg"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "browser_action": [],
    "permissions": [
        "https:\/\/trello.com\/*",
        "https:\/\/www.google-analytics.com\/",
        "storage",
        "tabs",
        "alarms"
    ]
}