Amazing Fields for Trello
Extension to update Trello UI when using Amazing Fields
什么是Amazing Fields for Trello?
Amazing Fields for Trello是由https://amazingpowerups.com开发的Chrome扩展程序,该扩展的主要功能是“Extension to update Trello UI when using Amazing Fields”。
扩展截图
下载Amazing Fields for Trello扩展crx文件
下载Amazing Fields for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Amazing Fields for Trello |
ID | ccadinhledjhcejldlkleoifmpiffoaf |
官方URL | https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf |
简介 | Extension to update Trello UI when using Amazing Fields |
文件大小 | 26.08 KB |
安装次数 | 1,260 |
当前版本 | 1.0.1 |
更新时间 | 2022-03-25 |
上架时间 | 2022-03-24 |
开发者 | https://amazingpowerups.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://amazingpowerups.com/product/amazing-fields/ |
隐私政策页面URL | https://amazingpowerups.com/privacy-policy |
支持的语言 | 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" ] } ] } |