Amazing Fields for Trello

Extension to update Trello UI when using Amazing Fields

Amazing Fields for Trelloคืออะไร?

Amazing Fields for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amazingpowerups.com และคุณลักษณะหลักของมันคือ "Extension to update Trello UI when using Amazing Fields"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazing Fields for Trello

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
            ]
        }
    ]
}