VaultOne Extension
VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.
什么是VaultOne Extension?
VaultOne Extension是由https://vault.one开发的Chrome扩展程序,该扩展的主要功能是“VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.”。
扩展截图
下载VaultOne Extension扩展crx文件
下载VaultOne Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Access VaultOne managed credentials directly from your browser. The VaultOne extension has a new modern look and feel and provides secure access to your web based secrets. This extension requires use and integration with VaultOne Service. The extension automatically identifies the existence of credential fields and will automatically populate them based on existing secrets in VaultOne Service.
扩展基本信息
名称 | VaultOne Extension |
ID | fjdhgajbjkmbnjckgecmdegclijcgnkj |
官方URL | https://chromewebstore.google.com/detail/vaultone-extension/fjdhgajbjkmbnjckgecmdegclijcgnkj |
简介 | VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites. |
文件大小 | 71.11 KB |
安装次数 | 5,083 |
当前版本 | 1.3.1 |
更新时间 | 2024-01-09 |
上架时间 | 2020-07-02 |
评分 | 5.00/5 共5次评分 |
开发者 | https://vault.one |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://vaultone.com |
帮助页面URL | https://help.vaultone.com |
隐私政策页面URL | https://vaultone.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "VaultOne Extension", "description": "VaultOne makes your IT safer & smarter. Autofill passwords from VaultOne and log in instantly to your favorite websites.", "homepage_url": "https:\/\/vaultone.com", "version": "1.3.1", "background": { "service_worker": "event.min.js" }, "action": [], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.vault.one\/*", "https:\/\/cdn.vaultone.com\/*", "https:\/\/*.sikur.com\/*", "https:\/\/*.securitydesignlab.com\/*" ] }, "permissions": [ "privacy", "tabs", "webNavigation", "webRequest", "webRequestAuthProvider", "scripting" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } |