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
Eメール [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"
    ]
}