Add to Trello
Add cards to your Trello boards from your browser
¿Qué es Add to Trello?
Add to Trello es una extensión de Chrome desarrollada por walteranderson, y su función principal es "Add cards to your Trello boards from your browser".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Add to Trello
Descarga archivos de extensión Add to Trello en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Add to Trello |
ID | engmocckoohpopiacajolojeobefbcec |
URL Oficial | https://chromewebstore.google.com/detail/add-to-trello/engmocckoohpopiacajolojeobefbcec |
Descripción | Add cards to your Trello boards from your browser |
Tamaño del Archivo | 228 KB |
Cantidad de Instalaciones | 14,401 |
Versión Actual | 1.0.0 |
Última Actualización | 2016-12-23 |
Fecha de Publicación | 2016-12-23 |
Calificación | 4.28/5 Total de 71 Calificaciones |
Desarrollador | walteranderson |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |