Export for Trello
Export Trello Boards to Excel
Qu'est-ce que Export for Trello ?
Export for Trello est une extension Chrome développée par Mark Woodall, et sa fonction principale est "Export Trello Boards to Excel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export for Trello
Téléchargez les fichiers d'extension Export for 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
Exports a board to an Excel xlsx file. Usage: From a board, Menu > Share, Print, and Export > Export Excel. Note: Once installed, might take a refresh or two of Trello before it starts to show up. New in version 1.7: Added the card URL, so you can quickly get back to a specific card in the export. Exported Fields: * List * Title/Name * Description * Points - using format "(1)" in Title field * Due Date * Members Initials * Labels * Card # * Card URL Archived cards are exported to a second tab in the workbook.
Informations de Base sur l'Extension
Nom | Export for Trello |
ID | nhdelomnagopgaealggpgojkhcafhnin |
URL Officiel | https://chromewebstore.google.com/detail/export-for-trello/nhdelomnagopgaealggpgojkhcafhnin |
Description | Export Trello Boards to Excel |
Taille du Fichier | 114 KB |
Nombre d'Installations | 65,501 |
Version Actuelle | 1.8 |
Dernière Mise à Jour | 2015-04-16 |
Date de Publication | 2015-04-16 |
Évaluation | 4.41/5 Total 335 Évaluations |
Développeur | Mark Woodall |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/llad/export-for-trello |
URL de la Page d'Aide | https://github.com/llad/export-for-trello |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Export for Trello", "version": "1.8", "manifest_version": 2, "description": "Export Trello Boards to Excel", "icons": { "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "js": [ "lib\/jquery-2.1.0.min.js", "lib\/FileSaver.js", "lib\/xlsx.js", "lib\/jszip.min.js", "trelloexport.js" ] } ], "web_accessible_resources": [ "lib\/jquery-2.1.0.min.map" ] } |