Capture for Trello

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

What is Capture for Trello?

Capture for Trello is a Chrome extension developed by Marker.io, and its main feature is "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Extension Screenshots

screenshot

Download Capture for Trello Extension CRX File

Download Capture for Trello extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
Official URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Description Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
File Size 50.6 KB
Installation Count 3,849
Current Version 1.0.0
Last Updated 2019-07-26
Publish Date 2019-07-26
Rating 3.07/5 Total 44 Ratings
Developer Marker.io
Email [email protected]
Payment Type free
Privacy Policy Page URL https://marker.io/privacy-policy
Supported Languages 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"
    ]
}