Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Vaultとは何ですか?
Vaultはcoreappsafricaによって開発されたChromeの拡張機能で、その主な機能は「Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…」です。
拡張機能のスクリーンショット
Vault拡張機能のCRXファイルをダウンロード
Vault拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the computer clipboard to be used on the chrome browser. When a password has been successfully transmitted the the extension creates an alert on the browser with a message.
拡張機能の基本情報
名前 | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
公式URL | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
説明 | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
ファイルサイズ | 294 KB |
インストール数 | 15 |
現在のバージョン | 0.0.0.4 |
最終更新日 | 2020-06-29 |
公開日 | 2020-06-29 |
開発者 | coreappsafrica |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/Hmasters4664/VaultPro/wiki |
ヘルプページのURL | https://github.com/Hmasters4664/VaultPro/wiki |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vault", "version": "0.0.0.4", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Log In" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com; object-src 'self'", "web_accessible_resources": [ "images\/*.png" ], "permissions": [ "storage" ], "background": { "persistent": true, "page": "background.html" } } |