Next Step for Trello

Check tasks directly from your Trello boards

Next Step for Trello란 무엇입니까?

Next Step for Trello은(는) guisselle lopez에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check tasks directly from your Trello boards"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Next Step for Trello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Check tasks directly from your Trello boards
Useful #productivity add-on for weekly/daily planning and scheduling of your tasks on Trello, without having to open and close cards all the time. ☑️🚀

----------------- LOG-------------------

Update Version 1.22.4: Add new feature fast post news for groups on facebook.
Update Version 1.22.8: Fix feature not working with new Trello UI.                    

확장 프로그램 기본 정보

이름 Next Step for Trello Next Step for Trello
ID iajhmklhilkjgabejjemfbhmclgnmamf
공식 URL https://chromewebstore.google.com/detail/next-step-for-trello/iajhmklhilkjgabejjemfbhmclgnmamf
설명 Check tasks directly from your Trello boards
파일 크기 403 KB
설치 횟수 22,254
현재 버전 1.23.0
최근 업데이트 2023-11-21
출시 날짜 2020-05-24
평점 4.65/5 총 203 개의 평점
개발자 guisselle lopez
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://adrienjoly.com/chrome-next-step-for-trello/
도움말 페이지 URL https://github.com/adrienjoly/chrome-next-step-for-trello/issues
개인정보 보호 정책 페이지 URL https://sites.google.com/view/qr-code-generator-policy/home
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.index.ts.9eab5a64.b5c70bb4.js"
            ],
            "css": [
                "src\/content-script\/next-step-for-trello.css"
            ],
            "matches": [
                "*:\/\/trello.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        "*:\/\/trello.com\/*",
        "https:\/\/*.facebook.com\/*"
    ],
    "version": "1.23.0",
    "manifest_version": 3,
    "name": "Next Step for Trello",
    "description": "Check tasks directly from your Trello boards",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*",
                "https:\/\/trello.com\/*"
            ],
            "resources": [
                "src\/assets\/*",
                "src\/content-script\/next-step-for-trello.css"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/trello.com\/*"
            ],
            "resources": [
                "assets\/index.ts.9eab5a64.js"
            ],
            "use_dynamic_url": true
        }
    ]
}