Bug 2 Trello

Import bug information to a Trello card.

Qu'est-ce que Bug 2 Trello ?

Bug 2 Trello est une extension Chrome développée par https://blog.andrewsomething.com, et sa fonction principale est "Import bug information to a Trello card.".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Bug 2 Trello

Téléchargez les fichiers d'extension Bug 2 Trello 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

                        Bugs 2 Trello is a Chrome extension to add bugs/issues to a Trello board. It currently supports Launchpad, GitHub, SourceForge, Google Code, BitBucket, Debian's BTS, and some Bugzilla instances.

Bugs 2 Trello is open source software. It is released under the MIT license. The code is available on GitHub, and you can report bugs there.

https://github.com/andrewsomething/bug2trello                    

Informations de Base sur l'Extension

Nom Bug 2 Trello Bug 2 Trello
ID aomnoofmdnaccffobkddehcmdihggcke
URL Officiel https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke
Description Import bug information to a Trello card.
Taille du Fichier 114 KB
Nombre d'Installations 179
Version Actuelle 0.7
Dernière Mise à Jour 2017-05-09
Date de Publication 2017-05-08
Évaluation 4.00/5 Total 4 Évaluations
Développeur https://blog.andrewsomething.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/
URL de la Page d'Aide https://github.com/andrewsomething/bug2trello/issues
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bug 2 Trello",
    "short_name": "bug2trello",
    "version": "0.7",
    "description": "Import bug information to a Trello card.",
    "icons": {
        "32": "icons\/icon-32.png",
        "128": "icons\/icon-128.png"
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "browser_action": {
        "default_title": "Bug 2 Trello",
        "default_icon": "icons\/icon-32.png",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "notifications",
        "tabs",
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "web_accessible_resources": [
        "options\/options.html"
    ],
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com; object-src 'self'"
}