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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
    ]
}