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"입니다.

확장 프로그램 스크린샷

screenshot

Amazing Fields for Trello 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
            ]
        }
    ]
}