Capture for Trello

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

Cos'è Capture for Trello?

Capture for Trello è un'estensione di Chrome sviluppata da Marker.io, e la sua funzione principale è "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Capture for Trello

Scarica i file di estensione Capture for Trello in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
URL Ufficiale https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Descrizione Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Dimensione del File 50.6 KB
Conteggio Installazioni 3,849
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-07-26
Data di Pubblicazione 2019-07-26
Valutazione 3.07/5 Totale 44 Valutazioni
Sviluppatore Marker.io
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://marker.io/privacy-policy
Lingue Supportate 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"
    ]
}