Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

O que é Amazing Fields for Trello?

Amazing Fields for Trello é uma extensão do Chrome desenvolvida por https://amazingpowerups.com, e sua principal característica é "Extension to update Trello UI when using Amazing Fields".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amazing Fields for Trello

Baixe arquivos de extensão Amazing Fields for Trello no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
URL Oficial https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Descrição Extension to update Trello UI when using Amazing Fields
Tamanho do Arquivo 26.08 KB
Contagem de Instalações 1,260
Versão Atual 1.0.1
Última Atualização 2022-03-25
Data de Publicação 2022-03-24
Desenvolvedor https://amazingpowerups.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://amazingpowerups.com/product/amazing-fields/
URL da Página de Política de Privacidade https://amazingpowerups.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}