Capture for Trello

Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.

¿Qué es Capture for Trello?

Capture for Trello es una extensión de Chrome desarrollada por Marker.io, y su función principal es "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Capture for Trello

Descarga archivos de extensión Capture for 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

                        Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.

Take a screenshot of any webpage, draw annotations and create a Trello card in seconds. 
It's like creating a Trello card by drawing with a marker on your screen.

Capture for Trello is 100% free.

For premium features like the ability to automatically attach URL, browser, OS and screen size to your Trello cards, check out Marker.io for Trello (https://marker.io/trello).                    

Información Básica de la Extensión

Nombre Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
URL Oficial https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Descripción Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Tamaño del Archivo 50.6 KB
Cantidad de Instalaciones 3,849
Versión Actual 1.0.0
Última Actualización 2019-07-26
Fecha de Publicación 2019-07-26
Calificación 3.07/5 Total de 44 Calificaciones
Desarrollador Marker.io
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://marker.io/privacy-policy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Capture for Trello",
    "description": "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.",
    "version": "1.0.0",
    "permissions": [
        "tabs",
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "16": "icon.png",
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "[email protected]",
        "default_title": "Create a card"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "cardCreate.html"
    ]
}