ASE Export for Trello
Export Trello ASE Boards to Excel - Preformat text according ASE template
ASE Export for Trello क्या है?
ASE Export for Trello Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Export Trello ASE Boards to Excel - Preformat text according ASE template"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ASE Export for Trello एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
ASE Export for Trello ============ Chrome extension to export data from Trello, adapted to ASE specifications. Usage ----- Use the template : 1. From a board, create a new card and click on the button "ASE Template" 2. Modify the template without modifying the syntax ( * Section : Content ) Export in Excel : 1. Click on Share, print, and export... 2. Click on Export Excel ASE Credit ------ Inspired by Export for Trello : https://chrome.google.com/webstore/detail/trelloexport/nhdelomnagopgaealggpgojkhcafhnin?hl=en Notes ----- Watch out for that xlsx.js license from Microsoft.
एक्सटेंशन की मूल जानकारी
नाम | ASE Export for Trello |
ID | hpmlbdgmdcendofmofjcedniagedgcpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/ase-export-for-trello/hpmlbdgmdcendofmofjcedniagedgcpg |
विवरण | Export Trello ASE Boards to Excel - Preformat text according ASE template |
फ़ाइल का आकार | 123 KB |
स्थापना संख्या | 64 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2014-10-10 |
प्रकाशन तिथि | 2014-10-10 |
रेटिंग | 2.00/5 कुल 1 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASE Export for Trello", "version": "1.3", "manifest_version": 2, "description": "Export Trello ASE Boards to Excel - Preformat text according ASE template", "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" ] } |