VES
VES Key Storage - https://vesvault.com
什么是VES?
VES是由https://vesvault.com开发的Chrome扩展程序,该扩展的主要功能是“VES Key Storage - https://vesvault.com”。
扩展截图
下载VES扩展crx文件
下载VES扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
VES Chrome Extension works together with vesvault.com to provide a secure and reliable storage for end-to-end encryption keys, and thus minimize the risk of losing the keys to your VES account.
扩展基本信息
名称 | VES |
ID | dngcghinbenldpioncpmigandfhapech |
官方URL | https://chromewebstore.google.com/detail/ves/dngcghinbenldpioncpmigandfhapech |
简介 | VES Key Storage - https://vesvault.com |
文件大小 | 20.4 KB |
安装次数 | 120 |
当前版本 | 0.50 |
更新时间 | 2022-06-14 |
上架时间 | 2022-06-09 |
评分 | 5.00/5 共1次评分 |
开发者 | https://vesvault.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vesvault.com |
隐私政策页面URL | https://www.vesvault.com/privacy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VES", "description": "VES Key Storage - https:\/\/vesvault.com", "version": "0.50", "manifest_version": 3, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/*.vesvault.com\/*" ], "externally_connectable": { "matches": [ "https:\/\/*.vesvault.com\/*" ] }, "background": { "service_worker": "worker.js" }, "icons": { "256": "vv-sq-black-256.png", "128": "vv-sq-black-128.png" }, "action": [], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; default-src 'self' https:\/\/vesvault.com" }, "incognito": "spanning" } |