Bugzilla Board

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

Qu'est-ce que Bugzilla Board ?

Bugzilla Board est une extension Chrome développée par github.com/bendl, et sa fonction principale est "Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bugzilla Board

Téléchargez les fichiers d'extension Bugzilla Board 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

                        Kanban-style board for Bugzilla. 

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

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

Informations de Base sur l'Extension

Nom Bugzilla Board Bugzilla Board
ID jpiplomcgdmmogaegkdidngmkpgjomco
URL Officiel https://chrome.google.com/webstore/detail/bugzilla-board/jpiplomcgdmmogaegkdidngmkpgjomco
Description Kanban-style board for Bugzilla. https://github.com/bendl/bugzilla-board
Taille du Fichier 1.63 MB
Nombre d'Installations 65
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-04-23
Date de Publication 2017-04-23
Développeur github.com/bendl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/bendl/bugzilla-board
Langues Prises en Charge 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\/*"
    ]
}