Bugzilla Board

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

Vad är Bugzilla Board?

Bugzilla Board är en Chrome-tillägg utvecklad av github.com/bendl, och dess huvudfunktion är "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Tilläggsskärmbilder

screenshot

Ladda ner Bugzilla Board-förlängningens CRX-fil

Ladda ner Bugzilla Board-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Kanban-style board for Bugzilla. 

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

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

Grundläggande Information om Tillägg

Namn Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
Officiell webbadress https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Beskrivning Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Filstorlek 1.63 MB
Antal Installationer 65
Aktuell Version 1.0.0
Senast Uppdaterad 2017-04-23
Publiceringsdatum 2017-04-23
Utvecklare github.com/bendl
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/bendl/bugzilla-board
Stödda Språk 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\/*"
    ]
}