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 |
Eメール | [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" } |