Webvizio
Reduce time on revisions for live websites and apps with a collaborative feedback tool.
什么是Webvizio?
Webvizio是由https://webvizio.com开发的Chrome扩展程序,该扩展的主要功能是“Reduce time on revisions for live websites and apps with a collaborative feedback tool.”。
扩展截图
下载Webvizio扩展crx文件
下载Webvizio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Webvizio Is the ultimate visual feedback, collaboration, and productivity tool for web professionals. You can easily annotate web pages and digital assets, share visual feedback, comment on web design, track bugs, collaborate with your teams and clients, assign and track tasks, and more! With the Webvizio Chrome Extension, you can also collaborate on password-protected websites and login-based web apps. How to use the extension with login-based apps: 1. Download and enable the Webvizio extension 2. Log in to Webvizio 3. Create a Webvizio project using the URL of your login-based app (e.g., appname.com/login or yoursite.com/wp-admin) 4. Log in to your app (it must be the same browser session) 5. Go to your Webvizio project settings 6. Enable Chrome extension 7. Reload your browser page with the Webvizio app. Need extra help? Contact us at [email protected].
扩展基本信息
名称 | Webvizio |
ID | dpgepcgkiaafcpjnficbigmdmeabhndk |
官方URL | https://chromewebstore.google.com/detail/webvizio/dpgepcgkiaafcpjnficbigmdmeabhndk |
简介 | Reduce time on revisions for live websites and apps with a collaborative feedback tool. |
文件大小 | 35.89 KB |
安装次数 | 1,569 |
当前版本 | 1.0.1.4 |
更新时间 | 2023-11-03 |
上架时间 | 2022-08-14 |
评分 | 5.00/5 共1次评分 |
开发者 | https://webvizio.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://webvizio.com |
帮助页面URL | https://webvizio.com/help-center/ |
隐私政策页面URL | https://webvizio.com/documents/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "minimum_chrome_version": "96", "name": "Webvizio", "description": "Reduce time on revisions for live websites and apps with a collaborative feedback tool.", "version": "1.0.1.4", "manifest_version": 3, "permissions": [ "cookies", "declarativeNetRequestWithHostAccess", "webNavigation" ], "action": { "default_icon": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "default_popup": "popup.html" }, "icons": { "16": "icon16c.png", "32": "icon32c.png", "48": "icon48c.png", "128": "icon128c.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "webvizio-app.js" ], "run_at": "document_end", "all_frames": true }, { "matches": [ "*:\/\/*.webvizio.com\/*", "*:\/\/*.webvizio.my\/*" ], "js": [ "webvizio-connector.js" ], "run_at": "document_end" } ], "host_permissions": [ " |