Tracey - Bug Cop for Trello

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

Qu'est-ce que Tracey - Bug Cop for Trello ?

Tracey - Bug Cop for Trello est une extension Chrome développée par https://www.traceybugcop.com, et sa fonction principale est "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tracey - Bug Cop for Trello

Téléchargez les fichiers d'extension Tracey - Bug Cop for Trello au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tracey - Bug Cop for Trello Tracey - Bug Cop for Trello
ID booiapffgjfohmjalmkkndnpkkkfoain
URL Officiel https://chromewebstore.google.com/detail/tracey-bug-cop-for-trello/booiapffgjfohmjalmkkndnpkkkfoain
Description 'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016
Taille du Fichier 535 KB
Nombre d'Installations 271
Version Actuelle 0.5.4
Dernière Mise à Jour 2022-07-16
Date de Publication 2020-02-05
Évaluation 4.95/5 Total 19 Évaluations
Développeur https://www.traceybugcop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.traceybugcop.com
URL de la Page d'Aide https://www.traceybugcop.com
URL de la Page de Politique de Confidentialité https://www.grzz.com.au/privacy-policy
Langues Prises en Charge 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"
    ]
}