Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Cos'è Amazing Fields for Trello?

Amazing Fields for Trello è un'estensione di Chrome sviluppata da https://amazingpowerups.com, e la sua funzione principale è "Extension to update Trello UI when using Amazing Fields".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Amazing Fields for Trello

Scarica i file di estensione Amazing Fields for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
URL Ufficiale https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Descrizione Extension to update Trello UI when using Amazing Fields
Dimensione del File 26.08 KB
Conteggio Installazioni 1,260
Versione Corrente 1.0.1
Ultimo Aggiornamento 2022-03-25
Data di Pubblicazione 2022-03-24
Sviluppatore https://amazingpowerups.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://amazingpowerups.com/product/amazing-fields/
URL della Pagina della Politica sulla Privacy https://amazingpowerups.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}