Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Co to jest Amazing Fields for Trello?

Amazing Fields for Trello to rozszerzenie Chrome opracowane przez https://amazingpowerups.com, a jego główną funkcją jest „Extension to update Trello UI when using Amazing Fields”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Amazing Fields for Trello

Pobierz pliki rozszerzeń Amazing Fields for Trello w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
Oficjalny URL https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Opis Extension to update Trello UI when using Amazing Fields
Rozmiar pliku 26.08 KB
Liczba instalacji 1,260
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-03-25
Data Publikacji 2022-03-24
Deweloper https://amazingpowerups.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://amazingpowerups.com/product/amazing-fields/
Adres URL Strony Polityki Prywatności https://amazingpowerups.com/privacy-policy
Obsługiwane Języki 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"
            ]
        }
    ]
}