BugHerd: Visual Feedback Tool for Websites

BugHerd is a visual feedback tool for websites

BugHerd: Visual Feedback Tool for Websites là gì?

BugHerd: Visual Feedback Tool for Websites là một tiện ích mở rộng Chrome được phát triển bởi https://bugherd.com, và tính năng chính của nó là "BugHerd is a visual feedback tool for websites".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BugHerd: Visual Feedback Tool for Websites

Tải xuống các tệp mở rộng BugHerd: Visual Feedback Tool for Websites dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        It’s like using sticky-notes to pin client feedback and track bugs directly on a page.

Loved by thousands of great teams worldwide to manage projects across the web.

The BugHerd browser extension and sidebar sends complete and contextual info from the feedback or bug submitted (including screenshots, video, browser, OS & CSS selector data) to be fully managed via the project and task management kanban board.

🌟Why Install BugHerd?🌟

⚡Give and receive feedback with a simple point and click.
💡So easy to use, it’s perfect to use with non-technical folks.
🗄Organise and manage tasks directly via the sidebar.
⏰Save time and reduce back and forth emails between teams.
🔗Share and collaborate on tasks with clients and remote team members.

💲Pricing
Try BugHerd free for 14 days
Plans start from $39 per month.

Click "Add to Chrome" and start using BugHerd straight away.

https://bugherd.com                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BugHerd: Visual Feedback Tool for Websites BugHerd: Visual Feedback Tool for Websites
ID popigpemobhbfkhnnkllkjgkaabedgpb
URL Chính Thức https://chromewebstore.google.com/detail/bugherd-visual-feedback-t/popigpemobhbfkhnnkllkjgkaabedgpb
Mô tả BugHerd is a visual feedback tool for websites
Kích Thước Tệp 3.69 MB
Số Lần Cài Đặt 67,821
Phiên Bản Hiện Tại 3.0.2804
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-06-11
Đánh Giá 4.18/5 Tổng số 33 Đánh Giá
Nhà Phát Triển https://bugherd.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://bugherd.com
URL Trang Trợ Giúp https://support.bugherd.com/
URL Trang Chính Sách Bảo Mật https://bugherd.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BugHerd: Visual Feedback Tool for Websites",
    "description": "BugHerd is a visual feedback tool for websites",
    "version": "3.0.2804",
    "background": {
        "service_worker": "background.d46c37c4.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.f83dcf5c.js"
            ],
            "css": []
        }
    ],
    "permissions": [
        "tabs",
        "",
        "webNavigation",
        "scripting",
        "storage"
    ],
    "icons": {
        "16": "icon16.8e586cc9.png",
        "48": "icon48.0ee8c3d9.png",
        "128": "icon128.7c750e51.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sidebar_build\/073224de6fc6a45b54f1.png",
                "sidebar_build\/19c61c247882054f2014.png",
                "sidebar_build\/3f7ad7e9f23a7f0d1f48.png",
                "sidebar_build\/49ece1ec7a9442cc0dc9.png",
                "sidebar_build\/593d70b304b69e064cbf.png",
                "sidebar_build\/app-images.js",
                "sidebar_build\/app-vendor.js",
                "sidebar_build\/app.js",
                "sidebar_build\/bb80032ed4facd5edd6f.png",
                "sidebar_build\/bcff16f1c647156d8a08.png",
                "sidebar_build\/c562f3e59f705048ba03.png",
                "sidebar_build\/ccf18517f5ee7633b4dc.png",
                "sidebar_build\/eb4dcb14cab035f2666a.png",
                "sidebar_build\/embed.1706586165139.js",
                "sidebar_build\/public.1706586165139.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "icon16.8e586cc9.png",
            "48": "icon48.0ee8c3d9.png",
            "128": "icon128.7c750e51.png"
        },
        "default_title": "BugHerd"
    },
    "host_permissions": [
        ""
    ]
}