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 |
官方網址 | 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 |
電子郵箱 | [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" } } |