Bugzilla Board

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

What is Bugzilla Board?

Bugzilla Board is a Chrome extension developed by github.com/bendl, and its main feature is "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Extension Screenshots

screenshot

Download Bugzilla Board Extension CRX File

Download Bugzilla Board extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Kanban-style board for Bugzilla. 

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

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

Extension Basic Information

Name Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
Official URL https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Description Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
File Size 1.63 MB
Installation Count 65
Current Version 1.0.0
Last Updated 2017-04-23
Publish Date 2017-04-23
Developer github.com/bendl
Email [email protected]
Payment Type free
Extension Website https://github.com/bendl/bugzilla-board
Supported Languages 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\/*"
    ]
}