Add to Trello
Add cards to your Trello boards from your browser
Τι είναι το Add to Trello;
Το Add to Trello είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον walteranderson, και η κύρια λειτουργία του είναι "Add cards to your Trello boards from your browser".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Add to Trello
Λήψη αρχείων επέκτασης Add to Trello σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Whats new: - Change the card's position to "top" or "bottom" when adding a card - New project structure that will make it easier to add new features Add to Trello lets you easily add a cards to the Trello board of your choice straight from the browser. Automatically save your current tab to the board and list of your choice. The web page's title and link will be automatically filled in for you, and the extension will remember the board and list you chose last.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Add to Trello |
ID | engmocckoohpopiacajolojeobefbcec |
Επίσημο URL | https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec |
Περιγραφή | Add cards to your Trello boards from your browser |
Μέγεθος Αρχείου | 228 KB |
Αριθμός Εγκαταστάσεων | 14,401 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2016-12-23 |
Ημερομηνία Δημοσίευσης | 2016-12-23 |
Αξιολόγηση | 4.28/5 Συνολικά 71 Αξιολογήσεις |
Προγραμματιστής | walteranderson |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Add to Trello", "description": "Add cards to your Trello boards from your browser", "version": "1.0.0", "browser_action": { "default_popup": "popup.html", "default_title": "Add Cards to Trello" }, "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "permissions": [ "tabs", "https:\/\/api.trello.com\/" ], "web_accessible_resources": [ "settings.html" ] } |