GoVisually

Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.

GoVisually là gì?

GoVisually là một tiện ích mở rộng Chrome được phát triển bởi https://govisually.com, và tính năng chính của nó là "Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng GoVisually

Tải xuống các tệp mở rộng GoVisually 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

                        🎥 Record Websites and Interactions:
Effortlessly capture your browsing experience, showcasing features and functionalities.

🎙️ Explain with Your Voice:
Enhance clarity by recording audio explanations with your own voice.

📣 Present and Receive Feedback:
Create engaging presentations to guide reviewers through your website. Gain valuable feedback for improvement.

🌟 Key Features:
- Record websites and interactions for dynamic presentations.
- Add voice explanations for enhanced understanding.
- Engage reviewers with captivating walkthroughs.
- Receive valuable feedback for website enhancement.

🚀 Elevate Your Reviews:
Download the GoVisually Chrome Extension now to transform your website reviews. Impress reviewers and take your website to new heights!                    

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

Tên GoVisually GoVisually
ID jnffmnpceiocmhoakoocikdkcafloajf
URL Chính Thức https://chromewebstore.google.com/detail/govisually/jnffmnpceiocmhoakoocikdkcafloajf
Mô tả Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.
Kích Thước Tệp 181 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-07-20
Ngày Phát Hành 2023-07-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://govisually.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://govisually.com
URL Trang Trợ Giúp https://help.govisually.com
URL Trang Chính Sách Bảo Mật https://govisually.com/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GoVisually",
    "description": "Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "GoVisually",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "logo.svg"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.esm-23e7fcd8.js",
                "assets\/upload-modal-f8c569f0.js",
                "assets\/utils-1cc455ed.js",
                "assets\/content.tsx-bd35adbf.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "options_page": "src\/options.html",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.content.tsx-bd35adbf-3be13cb3.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ]
}