Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Amazing Fields for Trelloとは何ですか?

Amazing Fields for Trelloはhttps://amazingpowerups.comによって開発されたChromeの拡張機能で、その主な機能は「Extension to update Trello UI when using Amazing Fields」です。

拡張機能のスクリーンショット

screenshot

Amazing Fields for Trello拡張機能のCRXファイルをダウンロード

Amazing Fields for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension is for use with the Amazing Fields powerup for Trello.  It modifies the Trello UI to hide and show various items as needed based upon what the user has configured to enable in the powerup.                    

拡張機能の基本情報

名前 Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
公式URL https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
説明 Extension to update Trello UI when using Amazing Fields
ファイルサイズ 26.08 KB
インストール数 1,260
現在のバージョン 1.0.1
最終更新日 2022-03-25
公開日 2022-03-24
開発者 https://amazingpowerups.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://amazingpowerups.com/product/amazing-fields/
プライバシーポリシーページのURL https://amazingpowerups.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Amazing Fields for Trello",
    "description": "Extension to update Trello UI when using Amazing Fields",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "48": "images\/amf_logo.png",
        "128": "images\/amf_logo.png",
        "480": "images\/amf_logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/trello.com\/*",
                "https:\/\/app.amazingpowerups.com\/*",
                "https:\/\/amazing-powerups-staging-pu.web.app\/*"
            ],
            "run_at": "document_idle",
            "match_origin_as_fallback": true,
            "all_frames": true,
            "js": [
                "helpers.js",
                "trello-inject.js"
            ],
            "css": [
                "amf-extension-overrides.css"
            ]
        }
    ]
}