Add it for Trello

This extension lets you add new cards to boards/lists and attach the current page as a comment

Was ist Add it for Trello?

Add it for Trello ist eine Chrome-Erweiterung, die von wyegelwel entwickelt wurde, und ihr Hauptmerkmal ist "This extension lets you add new cards to boards/lists and attach the current page as a comment".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Add it for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add it for 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

                        Add cards to Trello from any page. The extension is fairly simple, the screenshots should explain it all.


Github link: https://github.com/wyegelwel/Trello_It                    

Grundlegende Informationen zur Erweiterung

Name Add it for Trello Add it for Trello
ID gcojdlkfcjmklneaoniagdciohpoblch
Offizielle URL https://chromewebstore.google.com/detail/add-it-for-trello/gcojdlkfcjmklneaoniagdciohpoblch
Beschreibung This extension lets you add new cards to boards/lists and attach the current page as a comment
Dateigröße 768 KB
Installationsanzahl 132
Aktuelle Version 0.3
Letztes Update 2015-07-28
Veröffentlichungsdatum 2015-07-27
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler wyegelwel
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Add it for Trello",
    "description": "This extension lets you add new cards to boards\/lists and attach the current page as a comment",
    "version": "0.3",
    "browser_action": {
        "default_icon": "images\/Trello_it_logo.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/api.trello.com https:\/\/ssl.google-analytics.com https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "https:\/\/trello.com\/",
        "https:\/\/api.trello.com\/",
        "tabs"
    ]
}