Vault
Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…
Vault là gì?
Vault là một tiện ích mở rộng Chrome được phát triển bởi coreappsafrica, và tính năng chính của nó là "Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Vault
Tải xuống các tệp mở rộng Vault dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Vault |
ID | emoiiddohbldagaakddmcophddnpckhc |
URL Chính Thức | https://chromewebstore.google.com/detail/vault/emoiiddohbldagaakddmcophddnpckhc |
Mô tả | Works in conjunction with the Vault Android Password Manager app to allow users to send their passwords from the app to the… |
Kích Thước Tệp | 294 KB |
Số Lần Cài Đặt | 15 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2020-06-29 |
Ngày Phát Hành | 2020-06-29 |
Nhà Phát Triển | coreappsafrica |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Hmasters4664/VaultPro/wiki |
URL Trang Trợ Giúp | https://github.com/Hmasters4664/VaultPro/wiki |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |