Volley extension
Volley lets you give fast, easy feedback for your website.
什么是Volley extension?
Volley extension是由https://meetvolley.com开发的Chrome扩展程序,该扩展的主要功能是“Volley lets you give fast, easy feedback for your website.”。
扩展截图
下载Volley extension扩展crx文件
下载Volley extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply create a project, invite your team and use the chrome extension to start annotating your website. Your notes are sent to an easy-to-use collaborative workspace where your entire team can review and resolve the notes with ease. 扩展基本信息
| 名称 | |
| ID | gipdjalmbiackhnmpjlpafmiaciejfdf |
| 官方URL | https://chromewebstore.google.com/detail/volley-extension/gipdjalmbiackhnmpjlpafmiaciejfdf |
| 简介 | Volley lets you give fast, easy feedback for your website. |
| 文件大小 | 1.99 MB |
| 安装次数 | 2,320 |
| 当前版本 | 1.1.36 |
| 更新时间 | 2024-02-16 |
| 上架时间 | 2020-06-16 |
| 评分 | 3.91/5 共22次评分 |
| 开发者 | https://meetvolley.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://meetvolley.com/ |
| 隐私政策页面URL | https://meetvolley.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Volley extension",
"description": "Volley lets you give fast, easy feedback for your website.",
"version": "1.1.36",
"permissions": [
"tabs",
"activeTab",
"tabCapture",
"cookies",
"storage",
"desktopCapture",
"*:\/\/*.meetvolley.com\/"
],
"web_accessible_resources": [
"static\/**\/*",
"mic.html",
"mic.js"
],
"browser_action": [],
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
" | |