Copy to Trello
Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!
¿Qué es Copy to Trello?
Copy to Trello es una extensión de Chrome desarrollada por celandau, y su función principal es "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Copy to Trello
Descarga archivos de extensión Copy 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
Right click on copied text from any website and copy to the body of a new Trello card. Or, just use the simple interface in order to easily create new Trello cards.
Información Básica de la Extensión
Nombre | Copy to Trello |
ID | fdaifolckhmjnlkapifnkphgdolgabfb |
URL Oficial | https://chromewebstore.google.com/detail/copy-to-trello/fdaifolckhmjnlkapifnkphgdolgabfb |
Descripción | Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards! |
Tamaño del Archivo | 10.34 KB |
Cantidad de Instalaciones | 688 |
Versión Actual | 1.0.0 |
Última Actualización | 2021-03-15 |
Fecha de Publicación | 2021-02-16 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | celandau |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Copy to Trello", "version": "1.0.0", "description": "Copy text from anywhere on Chrome to create a new Trello card with the text. Or, just use the interface to create new Trello cards!", "icons": { "128": "icon1.png" }, "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "contextMenus" ] } |