Trello board to excel
Simple extension to export your trello board to excel
Qu'est-ce que Trello board to excel ?
Trello board to excel est une extension Chrome développée par marabesi, et sa fonction principale est "Simple extension to export your trello board to excel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trello board to excel
Téléchargez les fichiers d'extension Trello board to excel 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
Right now the extension can exports a entire board to excel, but unfortunately it is lacking design. 1. Go to the trello.com 2. Select the board to export (this step is important, to be able to export the right page is where all the columns appear) 3. Click in the extension icon 4. Click in download
Informations de Base sur l'Extension
Nom | Trello board to excel |
ID | oimcopobgjkigfbcblljgeblejgoljjf |
URL Officiel | https://chromewebstore.google.com/detail/trello-board-to-excel/oimcopobgjkigfbcblljgeblejgoljjf |
Description | Simple extension to export your trello board to excel |
Taille du Fichier | 603 KB |
Nombre d'Installations | 166 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2023-12-18 |
Date de Publication | 2018-08-28 |
Développeur | marabesi |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/marabesi/trello-to-excel |
URL de la Page d'Aide | https://github.com/marabesi/trello-to-excel/issues |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello board to excel", "description": "Simple extension to export your trello board to excel", "version": "0.2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Trello to excel!" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "downloads" ] } |