Capture for Trello

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

什么是Capture for Trello?

Capture for Trello是由Marker.io开发的Chrome扩展程序,该扩展的主要功能是“Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.”。

扩展截图

screenshot

下载Capture for Trello扩展crx文件

下载Capture for Trello扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Capture for Trello Capture for Trello
ID kclmblojjeedhebmlokdjeiogppjkfih
官方URL https://chrome.google.com/webstore/detail/capture-for-trello/kclmblojjeedhebmlokdjeiogppjkfih
简介 Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app.
文件大小 50.6 KB
安装次数 3,849
当前版本 1.0.0
更新时间 2019-07-26
上架时间 2019-07-26
评分 3.07/5 共44次评分
开发者 Marker.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://marker.io/privacy-policy
支持的语言 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"
    ]
}