Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

What is Amazing Fields for Trello?

Amazing Fields for Trello is a Chrome extension developed by https://amazingpowerups.com, and its main feature is "Extension to update Trello UI when using Amazing Fields".

Extension Screenshots

screenshot

Download Amazing Fields for Trello Extension CRX File

Download Amazing Fields for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
Official URL https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Description Extension to update Trello UI when using Amazing Fields
File Size 26.08 KB
Installation Count 1,260
Current Version 1.0.1
Last Updated 2022-03-25
Publish Date 2022-03-24
Developer https://amazingpowerups.com
Email [email protected]
Payment Type free
Extension Website https://amazingpowerups.com/product/amazing-fields/
Privacy Policy Page URL https://amazingpowerups.com/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}