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 marrijeen1214, 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

screenshot

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 Copy-to-Trello
ID eadnohgkalgkbmhiehaonnjekbdfeldi
URL Oficial https://chromewebstore.google.com/detail/copy-to-trello/eadnohgkalgkbmhiehaonnjekbdfeldi
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 15.15 KB
Cantidad de Instalaciones 671
Versión Actual 1.0.5
Última Actualización 2023-06-29
Fecha de Publicación 2020-12-09
Calificación 3.93/5 Total de 15 Calificaciones
Desarrollador marrijeen1214
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://sites.google.com/view/extensions-privacy
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.5",
    "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": "icon.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ]
}