Bugzilla Board

Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board

Was ist Bugzilla Board?

Bugzilla Board ist eine Chrome-Erweiterung, die von github.com/bendl entwickelt wurde, und ihr Hauptmerkmal ist "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Erweiterungsscreenshots

screenshot

Bugzilla Board-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bugzilla Board-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Kanban-style board for Bugzilla. 

Contribute at: https://github.com/bendl/bugzilla-board

Icons by: https://www.behance.net/teams/JustUI                    

Grundlegende Informationen zur Erweiterung

Name Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
Offizielle URL https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Beschreibung Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Dateigröße 1.63 MB
Installationsanzahl 65
Aktuelle Version 1.0.0
Letztes Update 2017-04-23
Veröffentlichungsdatum 2017-04-23
Entwickler github.com/bendl
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/bendl/bugzilla-board
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bugzilla Board",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Kanban-style board for Bugzilla. https:\/\/github.com\/bendl\/bugzilla-board",
    "icons": {
        "16": "images\/_icon16.png",
        "48": "images\/_icon48.png",
        "128": "images\/_icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*buglist*"
            ],
            "css": [
                "bower_components\/angular\/angular-csp.css",
                "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css",
                "style\/main.css"
            ],
            "js": [
                "bower_components\/angular\/angular.min.js",
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts.babel\/contentscript.js"
            ],
            "html": [
                "templates\/board.html"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "templates\/board.html",
        "bower_components\/angular\/*"
    ]
}