Capture for Trello

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

Co je Capture for Trello?

Capture for Trello je rozšíření Chrome vyvinuté Marker.io, a jeho hlavní funkcí je „Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Capture for Trello

Stáhněte si soubory rozšíření Capture for Trello ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
Oficiální URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Popis Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Velikost souboru 50.6 KB
Počet instalací 3,849
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-07-26
Datum Vydání 2019-07-26
Hodnocení 3.07/5 Celkem 44 Hodnocení
Vývojář Marker.io
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://marker.io/privacy-policy
Podporované Jazyky 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"
    ]
}