Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Vad är Amazing Fields for Trello?

Amazing Fields for Trello är en Chrome-tillägg utvecklad av https://amazingpowerups.com, och dess huvudfunktion är "Extension to update Trello UI when using Amazing Fields".

Tilläggsskärmbilder

screenshot

Ladda ner Amazing Fields for Trello-förlängningens CRX-fil

Ladda ner Amazing Fields for Trello-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Amazing Fields for Trello Amazing Fields for Trello
ID ccadinhledjhcejldlkleoifmpiffoaf
Officiell webbadress https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf
Beskrivning Extension to update Trello UI when using Amazing Fields
Filstorlek 26.08 KB
Antal Installationer 1,260
Aktuell Version 1.0.1
Senast Uppdaterad 2022-03-25
Publiceringsdatum 2022-03-24
Utvecklare https://amazingpowerups.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://amazingpowerups.com/product/amazing-fields/
URL till Sekretesspolicy Sidan https://amazingpowerups.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}