Userback: Visual Feedback & Bug Reporting

Userback is a visual feedback & bug reporting tool for websites

Userback: Visual Feedback & Bug Reportingคืออะไร?

Userback: Visual Feedback & Bug Reporting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.userback.io และคุณลักษณะหลักของมันคือ "Userback is a visual feedback & bug reporting tool for websites"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Userback: Visual Feedback & Bug Reporting

ดาวน์โหลดไฟล์ส่วนขยาย Userback: Visual Feedback & Bug Reporting ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Userback’s browser extension helps product managers, designers and developers revolutionize their feedback process with a no-code option for feedback capture. Download, install, and start submitting feedback in a flash.

Navigate to any website or web application, click the Userback extension, and effortlessly provide feedback. Streamline the process with annotated screenshots and videos and get your message across like never before.

Collaborate with your team by inviting them to your Userback projects and streamline workflows by connecting Userback with project management tools like Jira, Slack, GitHub and more.

✨ KEY BENEFITS
+ Rich context requires 33% less interactions required to resolve feedback
+ Reduce bug report management time by 42%
+ Speed time to resolution 10X versus email and spreadsheets
+ Centralized feedback reduces monthly management across all feedback by over 20%
+ Create a frictionless feedback submission process for internal testers and clients

✨ WHAT CUSTOMERS SAY
"Awesome Tool To Gather Customer Feedback, Bugs" - Kaushal, Founder
"Elegant, simple, and great value for money" - JP, Product Manager
"love it, use it every day" - Daniel, Web Developer

✨ FEATURES
+ Lightning-fast Screenshots: Take a screenshot on any web page and capture the entire page, current tab, or selected area.
+ Video Screen Recording: Record your screen and microphone with annotations as you navigate across multiple pages in your browser.
+ Annotation Tools: Easily draw on the screen and markup your feedback with arrows, boxes, pinned comments, and more.
+ Feedback Management: Create multiple projects, set notifications, add comments and replies, assign tasks, resolve feedback, and integrate with your tools.
+ Console Logs & Metadata: Automatically capture feedback and bug reports with console logs, event tracking, browser info, and more.
+ Customizable Widget: Capture feedback from your website visitors by adding Userback’s feedback widget directly to your website.

Userback’s user feedback platform supports over 20,000 software teams in 105 countries speed the time from feedback to impactful improvements.

Start free for 14 days at www.userback.io                    

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

ชื่อ Userback: Visual Feedback & Bug Reporting Userback: Visual Feedback & Bug Reporting
ID mpodoaaiifocfbchaphabldebijoilgp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/userback-visual-feedback/mpodoaaiifocfbchaphabldebijoilgp
คำอธิบาย Userback is a visual feedback & bug reporting tool for websites
ขนาดไฟล์ 7.78 MB
จำนวนการติดตั้ง 5,191
เวอร์ชันปัจจุบัน 5.0.17
อัปเดตครั้งล่าสุด 2023-06-29
วันที่เผยแพร่ 2020-06-30
คะแนน 4.83/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา https://www.userback.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.userback.io
URL หน้าช่วยเหลือ https://support.userback.io
URL หน้านโยบายความเป็นส่วนตัว https://www.userback.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Userback: Visual Feedback & Bug Reporting",
    "description": "Userback is a visual feedback & bug reporting tool for websites",
    "version": "5.0.17",
    "author": "Userback",
    "browser_action": {
        "default_icon": {
            "16": "\/src\/icons\/icon16.png",
            "48": "\/src\/icons\/icon48.png",
            "96": "\/src\/icons\/icon96.png",
            "128": "\/src\/icons\/icon128.png",
            "256": "\/src\/icons\/icon256.png"
        },
        "default_title": "Userback",
        "default_popup": "\/src\/ui\/popup\/popup.html"
    },
    "icons": {
        "16": "\/src\/icons\/icon16.png",
        "48": "\/src\/icons\/icon48.png",
        "128": "\/src\/icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "\/src\/init.js",
            "\/src\/lib\/browser-polyfill.min.js",
            "\/src\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/src\/init.js",
                "\/src\/lib\/browser-polyfill.min.js",
                "\/src\/lib\/snap.svg-min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.app.userback.io\/capture\/*",
                "https:\/\/*.app.userback.io\/viewer\/*"
            ],
            "js": [
                "\/src\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/src\/lib\/vumeter-processor.js"
    ],
    "permissions": [
        "desktopCapture",
        "tabCapture",
        "notifications",
        "storage",
        "unlimitedStorage",
        "activeTab",
        "tabs",
        "contextMenus",
        ""
    ]
}