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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}