Bug 2 Trello

Import bug information to a Trello card.

Was ist Bug 2 Trello?

Bug 2 Trello ist eine Chrome-Erweiterung, die von https://blog.andrewsomething.com entwickelt wurde, und ihr Hauptmerkmal ist "Import bug information to a Trello card.".

Erweiterungsscreenshots

Bug 2 Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bug 2 Trello-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

                        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                    

Grundlegende Informationen zur Erweiterung

Name Bug 2 Trello Bug 2 Trello
ID aomnoofmdnaccffobkddehcmdihggcke
Offizielle URL https://chromewebstore.google.com/detail/bug-2-trello/aomnoofmdnaccffobkddehcmdihggcke
Beschreibung Import bug information to a Trello card.
Dateigröße 114 KB
Installationsanzahl 179
Aktuelle Version 0.7
Letztes Update 2017-05-09
Veröffentlichungsdatum 2017-05-08
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://blog.andrewsomething.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://blog.andrewsomething.com/2013/06/13/introducing-bug-2-trello/
Hilfeseite URL https://github.com/andrewsomething/bug2trello/issues
Unterstützte Sprachen 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'"
}