Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Qu'est-ce que Amazing Fields for Trello ?

Amazing Fields for Trello est une extension Chrome développée par https://amazingpowerups.com, et sa fonction principale est "Extension to update Trello UI when using Amazing Fields".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazing Fields for Trello

Téléchargez les fichiers d'extension Amazing Fields for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
URL Officiel https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Description Extension to update Trello UI when using Amazing Fields
Taille du Fichier 26.08 KB
Nombre d'Installations 1,260
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-03-25
Date de Publication 2022-03-24
Développeur https://amazingpowerups.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://amazingpowerups.com/product/amazing-fields/
URL de la Page de Politique de Confidentialité https://amazingpowerups.com/privacy-policy
Langues Prises en Charge 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"
            ]
        }
    ]
}