Capture for Trello

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

Was ist Capture for Trello?

Capture for Trello ist eine Chrome-Erweiterung, die von Marker.io entwickelt wurde, und ihr Hauptmerkmal ist "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Erweiterungsscreenshots

screenshot

Capture for Trello-Erweiterungs-CRX-Datei herunterladen

Laden Sie Capture for Trello-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
Offizielle URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Beschreibung Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Dateigröße 50.6 KB
Installationsanzahl 3,849
Aktuelle Version 1.0.0
Letztes Update 2019-07-26
Veröffentlichungsdatum 2019-07-26
Bewertung 3.07/5 Insgesamt 44 Bewertungen
Entwickler Marker.io
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://marker.io/privacy-policy
Unterstützte Sprachen 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"
    ]
}