Amazing Fields for Trello
Extension to update Trello UI when using Amazing Fields
Amazing Fields for Trello là gì?
Amazing Fields for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://amazingpowerups.com, và tính năng chính của nó là "Extension to update Trello UI when using Amazing Fields".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Amazing Fields for Trello
Tải xuống các tệp mở rộng Amazing Fields for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Amazing Fields for Trello |
ID | ccadinhledjhcejldlkleoifmpiffoaf |
URL Chính Thức | https://chromewebstore.google.com/detail/amazing-fields-for-trello/ccadinhledjhcejldlkleoifmpiffoaf |
Mô tả | Extension to update Trello UI when using Amazing Fields |
Kích Thước Tệp | 26.08 KB |
Số Lần Cài Đặt | 1,260 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2022-03-25 |
Ngày Phát Hành | 2022-03-24 |
Nhà Phát Triển | https://amazingpowerups.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://amazingpowerups.com/product/amazing-fields/ |
URL Trang Chính Sách Bảo Mật | https://amazingpowerups.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |