Heurio - UX Check & Visual Feedback Tool

Perfect for UX check, design & development review, heuristic evaluation, user testing and more.

Heurio - UX Check & Visual Feedback Toolคืออะไร?

Heurio - UX Check & Visual Feedback Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://heurio.co และคุณลักษณะหลักของมันคือ "Perfect for UX check, design & development review, heuristic evaluation, user testing and more."

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Heurio - UX Check & Visual Feedback Tool

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

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

                        Make comments directly on any live website or web application.

1. Turn on the Heurio extension on the website.
2. Make comments. Pin your ideas. Report bugs. Do a heuristic evaluation. 
3. Invite others to the project for seamless collaboration, or just share the project link with them.

USE CASES - Do Website Reviews 10x Faster

1. For UX Researchers
Do heuristic evaluations, UX audits, and remote user testing.

2. For UX/UI Designers
Create UX reviews, track changes, and boost cross-team collaboration.

3. For Frontend Developers
Track development feedback, report bugs, and communicate with designers.

4. For WordPress Developers
Improve communication and fasten the website approval process.

5. For Copywriters & Marketers
Suggest copy changes and track content ideas directly on live websites.

6. For Creative Minds
Manage real-time website reviews during brainstorming or a workshop.

FEATURES - Fast & Effortless Collaboration

Empower your team with an interactive visual feedback tool
Heurio gives the power of real-time visual communication directly on your site. Analyze and prioritize comments to provide clear and actionable feedback without complexity.

The heatmap of priorities
Simple & straightforward color-coding to visually group comments for your team.

Seamless heuristic evaluations
Conducting heuristic evaluations has never been easier! No matter which website you are on, starting a review is always just one click away. Your favourite heuristics are integrated into Heurio - from Nielsen's 10 Usability Heuristics to Dieter Rams' 10 Principles.

Communicate efficiently with live, embedded commenting
Keep up with your team and clients directly on live websites to unlock pain points & deliver research results.                    

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

ชื่อ Heurio - UX Check & Visual Feedback Tool Heurio - UX Check & Visual Feedback Tool
ID pjdbofhiijhapnmpgilkeammkanglfdj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/heurio-ux-check-visual-fe/pjdbofhiijhapnmpgilkeammkanglfdj
คำอธิบาย Perfect for UX check, design & development review, heuristic evaluation, user testing and more.
ขนาดไฟล์ 5.83 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 2.3.12.11
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2020-08-04
คะแนน 4.71/5 รวมทั้งหมด 80 คะแนน
ผู้พัฒนา https://heurio.co
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://www.heurio.co/
URL หน้าช่วยเหลือ https://www.heurio.co/support
URL หน้านโยบายความเป็นส่วนตัว https://www.heurio.co/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Heurio - UX Check & Visual Feedback Tool",
    "homepage_url": "https:\/\/heurio.co\/",
    "version": "2.3.12.11",
    "author": "Heurio ",
    "description": "Perfect for UX check, design & development review, heuristic evaluation, user testing and more.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:*\/*",
            "https:\/\/heurio-test-app.azurewebsites.net\/*",
            "https:\/\/heurio.app\/*",
            "ws:\/\/*\/"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content-script.js"
            ],
            "css": [
                "style\/fonts.css",
                "style\/sprite.css"
            ]
        }
    ],
    "icons": {
        "16": "icons\/heurio-16x16.png",
        "48": "icons\/heurio-48x48.png",
        "128": "icons\/heurio-128x128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "16": "icons\/heurio-16x16.png",
            "32": "icons\/heurio-32x32.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/*.azurewebsites.net ws:\/\/localhost:*; style-src 'self' 'unsafe-inline'; script-src 'self'; object-src 'self';; connect-src ws:\/\/localhost:9090\/"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*",
                "style\/*",
                "icons\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}