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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}