Trello Feed

Have a full visibility of what is happening in Trello.

Trello Feed là gì?

Trello Feed là một tiện ích mở rộng Chrome được phát triển bởi ynazarov, và tính năng chính của nó là "Have a full visibility of what is happening in Trello.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trello Feed

Tải xuống các tệp mở rộng Trello Feed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trello Feed Trello Feed
ID obincefhnenglgklhbehgeeeccjpgccn
URL Chính Thức https://chrome.google.com/webstore/detail/obincefhnenglgklhbehgeeeccjpgccn
Mô tả Have a full visibility of what is happening in Trello.
Kích Thước Tệp 709 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2017-11-01
Ngày Phát Hành 2017-11-01
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển ynazarov
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}