Add to Trello
Add cards to your Trello boards from your browser
Was ist Add to Trello?
Add to Trello ist eine Chrome-Erweiterung, die von walteranderson entwickelt wurde, und ihr Hauptmerkmal ist "Add cards to your Trello boards from your browser".
Erweiterungsscreenshots
Add to Trello-Erweiterungs-CRX-Datei herunterladen
Laden Sie Add to 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
Whats new: - Change the card's position to "top" or "bottom" when adding a card - New project structure that will make it easier to add new features Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.
Grundlegende Informationen zur Erweiterung
Name | Add to Trello |
ID | engmocckoohpopiacajolojeobefbcec |
Offizielle URL | https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec |
Beschreibung | Add cards to your Trello boards from your browser |
Dateigröße | 228 KB |
Installationsanzahl | 14,401 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2016-12-23 |
Veröffentlichungsdatum | 2016-12-23 |
Bewertung | 4.28/5 Insgesamt 71 Bewertungen |
Entwickler | walteranderson |
Zahlungsart | free |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add to Trello", "description": "Add cards to your Trello boards from your browser", "version": "1.0.0", "browser_action": { "default_popup": "popup.html", "default_title": "Add Cards to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/" ], "web_accessible_resources": [ "settings.html" ] } |