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
官方網址 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"
    ]
}