GoVisually

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

什么是GoVisually?

GoVisually是由https://govisually.com开发的Chrome扩展程序,该扩展的主要功能是“Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载GoVisually扩展crx文件

下载GoVisually扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        🎥 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!                    

扩展基本信息

名称 GoVisually GoVisually
ID jnffmnpceiocmhoakoocikdkcafloajf
官方URL https://chromewebstore.google.com/detail/govisually/jnffmnpceiocmhoakoocikdkcafloajf
简介 Say goodbye to clunky website feedback! Install GoVisually's Chrome extension to record website feedback in 1-click.
文件大小 181 KB
安装次数 61
当前版本 1.0
更新时间 2023-07-20
上架时间 2023-07-19
评分 5.00/5 共3次评分
开发者 https://govisually.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://govisually.com
帮助页面URL https://help.govisually.com
隐私政策页面URL https://govisually.com/privacy
支持的语言 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"
        }
    ]
}