Capture for Trello

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

Capture for Trello là gì?

Capture for Trello là một tiện ích mở rộng Chrome được phát triển bởi Marker.io, và tính năng chính của nó là "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Capture for Trello

Tải xuống các tệp mở rộng Capture for Trello dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
URL Chính Thức https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
Mô tả Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
Kích Thước Tệp 50.6 KB
Số Lần Cài Đặt 3,849
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-07-26
Ngày Phát Hành 2019-07-26
Đánh Giá 3.07/5 Tổng số 44 Đánh Giá
Nhà Phát Triển Marker.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://marker.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}