Marker.io: Visual bug reporting for websites

Report visual bugs directly into your favorite tools, without leaving your website or web app

Marker.io: Visual bug reporting for websitesคืออะไร?

Marker.io: Visual bug reporting for websites เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://marker.io และคุณลักษณะหลักของมันคือ "Report visual bugs directly into your favorite tools, without leaving your website or web app"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marker.io: Visual bug reporting for websites

ดาวน์โหลดไฟล์ส่วนขยาย Marker.io: Visual bug reporting for websites ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Have you ever felt frustrated with internal testing and bug reporting, either as a reporter or as a developer? So did we, and we created Marker.io to streamline those workflows. 

🤩 faster bug reporting

Set up Marker.io to integrate with your preferred bug reporting tool (like Jira, Asana, Trello and many more) and start reporting! 

Capture a screenshot of the visual bug, highlight, crop, fill in the form to create a ticket/issue/card/... and continue browsing. You never leave your website.

💻 technical data

Want your developers to love you? The tickets you create through Marker.io will ensure that, since they automatically get enriched with technical metadata and console logs. It makes it easier and faster for your developers to recreate and resolve any issue.

🎯 all about forms

The forms in Marker.io are deeply connected to your issue tracker. The fields in the form are mirrors from tickets so you never miss any information. Need custom forms? No problem, you can change the visible fields, both for your team members as for your guests and clients. Your more sensitive information will not be exposed.


Marker.io currently integrates with:

✔Trello

✔Jira

✔Azure DevOps

✔GitHub

✔Asana

✔ and even more project and issue tracking tools!


💲Plans

Go to https://marker.io to start your 15-day free trial.

Plans start at $49 a month.

Get a free demo for more information or to get started.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Marker.io: Visual bug reporting for websites Marker.io: Visual bug reporting for websites
ID jofhoojcehdmaiibilpcoofpdbbddkkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/markerio-visual-bug-repor/jofhoojcehdmaiibilpcoofpdbbddkkl
คำอธิบาย Report visual bugs directly into your favorite tools, without leaving your website or web app
ขนาดไฟล์ 249 KB
จำนวนการติดตั้ง 30,051
เวอร์ชันปัจจุบัน 6.3.6
อัปเดตครั้งล่าสุด 2023-02-11
วันที่เผยแพร่ 2020-05-24
คะแนน 4.31/5 รวมทั้งหมด 173 คะแนน
ผู้พัฒนา https://marker.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://marker.io
URL หน้าช่วยเหลือ https://marker.io/help
URL หน้านโยบายความเป็นส่วนตัว https://marker.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Marker.io",
    "name": "Marker.io: Visual bug reporting for websites",
    "short_name": "Marker.io: Visual bug reporting tool",
    "version": "6.3.6",
    "manifest_version": 2,
    "description": "Report visual bugs directly into your favorite tools, without leaving your website or web app",
    "icons": {
        "16": "vendor\/img\/logo_16.png",
        "48": "vendor\/img\/logo_48.png",
        "128": "vendor\/img\/logo_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "vendor\/img\/logo_38.png",
            "38": "vendor\/img\/logo_38.png"
        },
        "default_title": "Marker.io (Alt+Shift+U)"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "js\/page.js"
            ],
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/www.marker.io",
    "permissions": [
        "",
        "notifications",
        "contextMenus",
        "desktopCapture"
    ],
    "externally_connectable": {
        "ids": [],
        "matches": [
            "http:\/\/wwwloc.getmarker.io:8082\/*",
            "http:\/\/wwwloc.marker.io:8082\/*",
            "http:\/\/www.getmarker.io\/*",
            "http:\/\/getmarker.io\/*",
            "https:\/\/getmarker.io\/*",
            "http:\/\/marker.io\/*",
            "https:\/\/marker.io\/*",
            "http:\/\/*.marker.io\/*",
            "https:\/\/*.marker.io\/*",
            "https:\/\/staging.getmarker.io\/*"
        ]
    }
}