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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Marker.io และคุณลักษณะหลักของมันคือ "Capture screenshot and report visual bugs directly into Trello, without leaving your website or web app."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Capture for Trello

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}