Capture for Trello

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

Wat is Capture for Trello?

Capture for Trello is een Chrome-extensie ontwikkeld door Marker.io, en de belangrijkste functie is "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Capture for Trello

Download Capture for Trello-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
Officiële URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Beschrijving Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Bestandsgrootte 50.6 KB
Aantal Installaties 3,849
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-07-26
Publicatiedatum 2019-07-26
Beoordeling 3.07/5 Totaal 44 Beoordelingen
Ontwikkelaar Marker.io
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://marker.io/privacy-policy
Ondersteunde Talen 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"
    ]
}