Visual Debug - feedback collection tool

Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.

Visual Debug - feedback collection toolคืออะไร?

Visual Debug - feedback collection tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://visualdebug.com และคุณลักษณะหลักของมันคือ "Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Visual Debug - feedback collection tool

ดาวน์โหลดไฟล์ส่วนขยาย Visual Debug - feedback collection tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Spotted a problem or have an idea how to improve your favorite website,
submit it using Visual Debug and we will make sure to be heard
Visual Debug is a free and easy to use browser extension that allows anyone to submit a bug report of share feedback on any website. It requires absolutely no technical knowledge, you don't even need an account to use it.

🔵 You can report issues like
🐞 Typos and inappropriate language
🐞 Not responding pages
🐞 Broken images and sensitive content
🐞 Broken elements

🔵 You can share any feedback or ideas you might have to improve your favourite website and we will make sure to notify the website owner.

*****

🛠️ Developer's perspective
A visual feedback tool to significantly improve the process of getting feedback on your web projects.

🤹 Freelancers
Visual Debug enables your clients to leave feedback directly to the website elements.
Avoid confusing email threads and unclear screenshots
Get clear and contextual feedback fast! Receive metadata like OS, browser, screen resolution, console log, and more.
Visual Debug requires no technical knowledge and can be used by anyone

🧑🏻‍💻 Web-development agencies
Speed up the communication with your clients 10x. Visual Debug enables your team to track bugs and manage the client's feedback in one place.
Avoid confusing email threads and unclear screenshots.
Get clear and contextual feedback fast. Receive metadata like OS, browser, screen resolution, console log, and more. Visual Debug works on any website, no matter the platform.
Visual Debug fits into your workflow seamlessly by integrating with your preferred PM tool.

🥷 In-house teams
Speed up and improve the communication between developers and stakeholders in your team. Avoid long Slack discussions or even worse email threads.
Get clear and actionable feedback with all the data your devs need. Receive metadata like OS, browser, screen resolution, console log, and more. Let no bug report or good idea slip through.
No need to bother your devs with another tool. Visual Debug integrates with the PM tool your team is using.

❤️ ❤️ ❤️

Join the community and share your thoughts in our Discord server - https://discord.gg/n4EWwHAk

Our website: https://visualdebug.com
Follow us on Twitter: https://twitter.com/visualdebug
Like us on Facebook: https://facebook.com/visualdebugtool

🚀 ⭐️                    

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

ชื่อ Visual Debug - feedback collection tool Visual Debug - feedback collection tool
ID kihnobiijiigaopmckagnbabbemopjff
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-debug-feedback-col/kihnobiijiigaopmckagnbabbemopjff
คำอธิบาย Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.
ขนาดไฟล์ 6.42 MB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.3.5
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2023-03-06
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://visualdebug.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://visualdebug.com
URL หน้าช่วยเหลือ https://visualdebug.com/support
URL หน้านโยบายความเป็นส่วนตัว https://visualdebug.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Visual Debug - feedback collection tool",
    "description": "Visual Debug gives you the power to report a bug or share feedback on any website without any technical knowledge.",
    "homepage_url": "https:\/\/visualdebug.com",
    "version": "1.3.5",
    "author": "RAZORlabs",
    "icons": {
        "16": "res\/icons\/16.png",
        "48": "res\/icons\/48.png",
        "128": "res\/icons\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs",
        "scripting",
        "contextMenus"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*.css",
                "html\/*.html",
                "res\/content\/*.png",
                "res\/content\/*.gif",
                "res\/fonts\/*.woff",
                "res\/fonts\/*.woff2"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "offline_enabled": true,
    "action": {
        "default_icon": "res\/icons\/48.png",
        "default_popup": "html\/browser-action\/popup.html",
        "default_title": "Visual Debug"
    }
}