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
公式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"
    ]
}