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ファイルをダウンロード

Tracey - Bug Cop for Trello拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}