Capture for Trello

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

Apa itu Capture for Trello?

Capture for Trello adalah ekstensi Chrome yang dikembangkan oleh Marker.io, dan fitur utamanya adalah "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Capture for Trello

Unduh file ekstensi Capture for Trello dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
URL Resmi https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Deskripsi Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Ukuran File 50.6 KB
Jumlah Instalasi 3,849
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2019-07-26
Tanggal Publikasi 2019-07-26
Penilaian 3.07/5 Total 44 Penilaian
Pengembang Marker.io
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://marker.io/privacy-policy
Bahasa yang Didukung 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"
    ]
}