Trello Export Excel Suite
One click easy export of cards in your current Trello board to Excel spreadsheets
Τι είναι το Trello Export Excel Suite;
Το Trello Export Excel Suite είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://bridge24.com, και η κύρια λειτουργία του είναι "One click easy export of cards in your current Trello board to Excel spreadsheets".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trello Export Excel Suite
Λήψη αρχείων επέκτασης Trello Export Excel Suite σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Export Trello cards from a board to an Excel xlsx file containing the following fields: Card Id, Number, Card Name, Board, Description, List, Labels, Members, Due Date, Completed, Created Date, Last Updated At, Card URL Access through a board from Menu > Share, Print, and Export > Export Excel Suite. Note: After installation you may require to refresh your browser for it to display in Trello. For greater flexibility in exporting from Trello use Bridge24: -Export across multiple boards -Use a filter to select specific boards and cards to include -Include checklist items -Export card comments -Export custom field information -Export attachment information and URL links -View and export Card history actions Also: -Create customizable reports in a high quality printable format to PDF or Excel -Generate interactive charts with drill down ability and export to PDF Website: https://bridge24.com/trello/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Trello Export Excel Suite |
ID | ccgfaocoioaalmkpfffljakccbfnbkpa |
Επίσημο URL | https://chromewebstore.google.com/detail/trello-export-excel-suite/ccgfaocoioaalmkpfffljakccbfnbkpa |
Περιγραφή | One click easy export of cards in your current Trello board to Excel spreadsheets |
Μέγεθος Αρχείου | 565 KB |
Αριθμός Εγκαταστάσεων | 9,000 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2019-03-08 |
Ημερομηνία Δημοσίευσης | 2019-03-08 |
Αξιολόγηση | 4.70/5 Συνολικά 10 Αξιολογήσεις |
Προγραμματιστής | https://bridge24.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://bridge24.com/trello-export-cards-to-excel-and-csv/?afmc=2m |
Διεύθυνση URL της Σελίδας Βοήθειας | https://bridge24.com/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://bridge24.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trello Export Excel Suite", "version": "1.0", "description": "One click easy export of cards in your current Trello board to Excel spreadsheets", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/trello.com\/*" ], "css": [ "vendor\/tingle.css", "css\/TEES.css" ], "js": [ "vendor\/sheetjs\/jszip.js", "vendor\/sheetjs\/xlsx.full.min.js", "vendor\/jquery-3.3.1.min.js", "vendor\/tingle.js", "vendor\/FileSaver.min.js", "TEES_scripts.js" ] } ], "icons": { "16": "images\/export-excel-suite-16.png", "32": "images\/export-excel-suite-32.png", "48": "images\/export-excel-suite-48.png", "128": "images\/export-excel-suite-128.png" }, "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ] } |