Trello Feed

Have a full visibility of what is happening in Trello.

什麼是Trello Feed?

Trello Feed是由ynazarov開發的Chrome擴展程式,該擴展的主要功能是“Have a full visibility of what is happening in Trello.”。

擴展截圖

screenshot

下載Trello Feed擴展crx文件

下載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
官方網址 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"
    ]
}