Tracey - Bug Cop for Trello

'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016

Tracey - Bug Cop for Trello란 무엇입니까?

Tracey - Bug Cop for Trello은(는) https://www.traceybugcop.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tracey - Bug Cop for Trello 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Tracey is a visual bug tracker for browser based issues.

You visually pinpoint the issue/task/bug in the browser and then manage the issue using Trello.

If you use Tracey regularly please consider buying me a coffee. I have spent 1000's of dollars and hundreds of hours working on Tracey.

https://www.buymeacoffee.com/tracey.bug.cop

VERSION 0.5 UPDATES:

Version 0.5.4
- Fixed "Trello List not found" error not disappearing once fixed

Version 0.5.3
- Fixed "Trello List not found" issue

Version 0.5.2
- Fixed Trello "Wildcard" Login issue

Version 0.5.1
- Fixed Conflict with Grammarly Plugin                    

확장 프로그램 기본 정보

이름 Tracey - Bug Cop for Trello Tracey - Bug Cop for Trello
ID booiapffgjfohmjalmkkndnpkkkfoain
공식 URL https://chromewebstore.google.com/detail/tracey-bug-cop-for-trello/booiapffgjfohmjalmkkndnpkkkfoain
설명 'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016
파일 크기 535 KB
설치 횟수 271
현재 버전 0.5.4
최근 업데이트 2022-07-16
출시 날짜 2020-02-05
평점 4.95/5 총 19 개의 평점
개발자 https://www.traceybugcop.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.traceybugcop.com
도움말 페이지 URL https://www.traceybugcop.com
개인정보 보호 정책 페이지 URL https://www.grzz.com.au/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tracey - Bug Cop for Trello",
    "description": "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016",
    "version": "0.5.4",
    "browser_action": {
        "default_icon": "static\/icon128.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Tracey - Bug Cop"
    },
    "icons": {
        "128": "static\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/trello.com\/1\/token\/approve"
            ],
            "js": [
                "content\/content-gettoken.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "",
        "system.display"
    ],
    "web_accessible_resources": [
        "static\/*",
        "content\/content.css",
        "content\/popup_.css"
    ]
}