Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Co je Amazing Fields for Trello?

Amazing Fields for Trello je rozšíření Chrome vyvinuté https://amazingpowerups.com, a jeho hlavní funkcí je „Extension to update Trello UI when using Amazing Fields“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Amazing Fields for Trello

Stáhněte si soubory rozšíření Amazing Fields for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
Oficiální URL https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Popis Extension to update Trello UI when using Amazing Fields
Velikost souboru 26.08 KB
Počet instalací 1,260
Aktuální Verze 1.0.1
Poslední Aktualizace 2022-03-25
Datum Vydání 2022-03-24
Vývojář https://amazingpowerups.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://amazingpowerups.com/product/amazing-fields/
URL Stránky Zásad Ochrany Soukromí https://amazingpowerups.com/privacy-policy
Podporované Jazyky 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"
            ]
        }
    ]
}