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 |
Eメール | [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:\/\/*\/*" ] } |