Amazing Fields for Trello
Extension to update Trello UI when using Amazing Fields
Wat is Amazing Fields for Trello?
Amazing Fields for Trello is een Chrome-extensie ontwikkeld door https://amazingpowerups.com, en de belangrijkste functie is "Extension to update Trello UI when using Amazing Fields".
Extensie Screenshots
Download het CRX-bestand van de extensie Amazing Fields for Trello
Download Amazing Fields for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Amazing Fields for Trello |
ID | ccadinhledjhcejldlkleoifmpiffoaf |
Officiële URL | https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf |
Beschrijving | Extension to update Trello UI when using Amazing Fields |
Bestandsgrootte | 26.08 KB |
Aantal Installaties | 1,260 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-03-25 |
Publicatiedatum | 2022-03-24 |
Ontwikkelaar | https://amazingpowerups.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://amazingpowerups.com/product/amazing-fields/ |
URL van de Privacybeleid Pagina | https://amazingpowerups.com/privacy-policy |
Ondersteunde Talen | 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" ] } ] } |