Tracey - Bug Cop for Trello

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

Tracey - Bug Cop for Trello là gì?

Tracey - Bug Cop for Trello là một tiện ích mở rộng Chrome được phát triển bởi https://www.traceybugcop.com, và tính năng chính của nó là "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tracey - Bug Cop for Trello

Tải xuống các tệp mở rộng Tracey - Bug Cop 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

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tracey - Bug Cop for Trello Tracey - Bug Cop for Trello
ID booiapffgjfohmjalmkkndnpkkkfoain
URL Chính Thức https://chromewebstore.google.com/detail/tracey-bug-cop-for-trello/booiapffgjfohmjalmkkndnpkkkfoain
Mô tả 'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016
Kích Thước Tệp 535 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 0.5.4
Cập Nhật Lần Cuối 2022-07-16
Ngày Phát Hành 2020-02-05
Đánh Giá 4.95/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://www.traceybugcop.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.traceybugcop.com
URL Trang Trợ Giúp https://www.traceybugcop.com
URL Trang Chính Sách Bảo Mật https://www.grzz.com.au/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}