CSV Export for Trello
CSV export for trello board
CSV Export for Trelloคืออะไร?
CSV Export for Trello เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csvfortrello และคุณลักษณะหลักของมันคือ "CSV export for trello board"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CSV Export for Trello
ดาวน์โหลดไฟล์ส่วนขยาย CSV Export for Trello ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Process a Trello board and get a CSV file out of it. A sample csv file can be found here - https://drive.google.com/file/d/1Q9Fo17JFi_kFT40ddvvj3okxN51FoQyH/view?usp=sharing The file was derived from this board - https://trello.com/b/oRtxPyDq/csv-for-trello In case you want updates you can sign up for the CSV for Trello newsletter here - http://eepurl.com/db0fBn . We only send out updates when there are updates. No marketing emails etc. To use this extension: 1. Install it 2. When you are on a Trello board, click the extension icon on the right of the address bar 3. Once the icon is clicked, a CSV file of the board will be automatically downloaded New in version 0.12.0 (24 Sep 2020): - Added anonymized analytics to track usage (to find out if it's worth maintaining) New in version 0.11.2 (22 Feb 2019): - Bugfix - Fixed bug where CSV rows stop when there is a hash in the content (mainly for Windows users) New in version 0.11.0 (21 Jul 2018): - Populated the 'Badges' column with the number of votes New in version 0.10.1 (21 Jul 2018): - Bugfix: For column ordering bug introduced in version 0.10.0. - Bugfix: Fixed attachment column to show attachment URLs properly New in version 0.10.0 (21 Jul 2018): - Added a column called memberFullname that contains the full name of each member in a care New in version 0.9.0 (9 Apr 2018): - Updated the extension to use the new Custom Fields API** - CSV File names now use the name of the board **See https://blog.trello.com/trello-custom-fields-with-mobile-more-fields-api. This should work now but ping me at [email protected] if you still notice bugs. New in version 0.8.0 (10 Nov 2017): - Added the ability to parse data from the 'Custom Fields' power up (https://blog.trello.com/trello-custom-fields) New in version 0.7.1 (10 Nov 2017): - Minor bugfix with column ordering New in version 0.7.0 (9 Nov 2017): - Added a createdAt column to show when each card was created. New in version 0.6.0 (15 Apr 2017): - Changed order of columns to push unprocessed columns to the end and grouped related columns together. This should make the CSV file easier to read and use. New in version 0.5.0: - Processed the idMembers column to show initials instead of member ids. Ping me if you have any suggestions / improvements. Contributors welcomed, please submit a PR at https://github.com/zachch/csv-trello .
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CSV Export for Trello |
ID | nlclhmcmfjpmmngpopdgapiccfddfagi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/csv-export-for-trello/nlclhmcmfjpmmngpopdgapiccfddfagi |
คำอธิบาย | CSV export for trello board |
ขนาดไฟล์ | 21.49 KB |
จำนวนการติดตั้ง | 20,000 |
เวอร์ชันปัจจุบัน | 0.12.0 |
อัปเดตครั้งล่าสุด | 2021-09-07 |
วันที่เผยแพร่ | 2019-02-22 |
คะแนน | 4.66/5 รวมทั้งหมด 47 คะแนน |
ผู้พัฒนา | csvfortrello |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/zachch/csv-trello |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CSV Export for Trello", "short_name": "CSV Trello", "description": "CSV export for trello board", "version": "0.12.0", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "browser_action": { "default_title": "CSV for trello export", "default_popup": "background.html" }, "icons": { "16": "images\/csv-trello-16.png", "48": "images\/csv-trello-48.png", "128": "images\/csv-trello-128.png" }, "permissions": [ "activeTab" ] } |