Tracey - Bug Cop for JIRA

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

Co to jest Tracey - Bug Cop for JIRA?

Tracey - Bug Cop for JIRA to rozszerzenie Chrome opracowane przez https://www.traceybugcop.com, a jego główną funkcją jest „'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tracey - Bug Cop for JIRA

Pobierz pliki rozszerzeń Tracey - Bug Cop for JIRA w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Tracey - Bug Cop for JIRA is a visual bug tracker for website development, or anything that you can see in a browser. You visually pinpoint the issue/task/bug in the browser and then manage the issue using JIRA.

Tracey - Bug Cop for JIRA is a lot like Capture for JIRA but without the annotation feature. It does screenshots fast, and clearly indicates the problem area.

I don't know why anyone would want to use JIRA. It is so clunky, slow and ugly compared to Trello. Anyhow, people want it so here it is, but I personally prefer Trello.

Love Tracey                    

Podstawowe informacje o rozszerzeniu

Nazwa Tracey - Bug Cop for JIRA Tracey - Bug Cop for JIRA
ID cjakkjnmgnmedgcknkehnjbjbjijldan
Oficjalny URL https://chromewebstore.google.com/detail/tracey-bug-cop-for-jira/cjakkjnmgnmedgcknkehnjbjbjijldan
Opis 'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016
Rozmiar pliku 398 KB
Liczba instalacji 15
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2016-07-07
Data Publikacji 2016-07-07
Deweloper https://www.traceybugcop.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.grzz.com.au/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tracey - Bug Cop for JIRA",
    "description": "'Tracey - Bug Cop' - Putting Bugs behind Bars since 2016",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": "images\/Tracey - Bug Cop.png",
        "default_popup": "popup.html",
        "default_title": "Tracey - Bug Cop"
    },
    "icons": {
        "16": "images\/Tracey - Bug Cop.png",
        "48": "images\/Tracey - Bug Cop.png",
        "128": "images\/Tracey - Bug Cop.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/cs_styles.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.theme.css"
            ],
            "js": [
                "libs\/jquery-1.12.0.min.js",
                "libs\/jquery-ui-1.11.4.custom\/jquery-ui.js",
                "libs\/client.js",
                "scripts\/actions.js",
                "scripts\/tools.js",
                "scripts\/cs_screenCapture.js",
                "scripts\/cs_bootstrap.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "libs\/jquery-1.12.0.min.js",
            "libs\/client.js",
            "libs\/hmac-sha1.js",
            "libs\/oauth-1.0a.js",
            "scripts\/actions.js",
            "scripts\/tools.js",
            "scripts\/bs_screenCapture.js",
            "scripts\/bs_main.js"
        ]
    },
    "permissions": [
        "activeTab",
        "notifications",
        "storage",
        "",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "system.display"
    ],
    "web_accessible_resources": [
        "css\/cs_styles.css",
        "libs\/jquery-ui-1.11.4.custom\/jquery-ui.css",
        "libs\/jquery-ui-1.11.4.custom\/jquery-ui.structure.css",
        "libs\/jquery-ui-1.11.4.custom\/jquery-ui.theme.css",
        "images\/Tracey-gun.png",
        "images\/Tracey - Bug Cop.png",
        "images\/marker.png",
        "images\/tbc-gun_rollover.png",
        "images\/popup.png",
        "images\/tracey-extension-icon.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_diagonals-thick_90_eeeeee_40x40.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_glass_50_3baae3_1x400.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_glass_80_d7ebf9_1x400.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_glass_100_e4f1fb_1x400.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-hard_70_000000_1x100.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-hard_100_f2f5f7_1x100.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-soft_25_ffef8f_1x100.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-bg_highlight-soft_100_deedf7_1x100.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-icons_2e83ff_256x240.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-icons_3d80b3_256x240.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-icons_72a7cf_256x240.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-icons_2694e8_256x240.png",
        "libs\/jquery-ui-1.11.4.custom\/images\/ui-icons_ffffff_256x240.png"
    ]
}