My ID HUB : Advanced Online Password Manager
Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall
My ID HUB : Advanced Online Password Manager là gì?
My ID HUB : Advanced Online Password Manager là một tiện ích mở rộng Chrome được phát triển bởi https://myidhub.com, và tính năng chính của nó là "Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall".
Ả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 My ID HUB : Advanced Online Password Manager
Tải xuống các tệp mở rộng My ID HUB : Advanced Online Password Manager 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
My ID HUB is an advanced password manager where you can keep all your sensitive information like logins, serial numbers, license keys and credit card details. It has been designed with security being the top priority at every layer of the service. You own your data and no one but you can access it, change it or wipe it. Browser extension allows easy login and password fills for most popular web sites so you don't have to remember your password.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | My ID HUB : Advanced Online Password Manager |
ID | kgkmbphpoocejodfgfghagbelehbcifh |
URL Chính Thức | https://chromewebstore.google.com/detail/my-id-hub-advanced-online/kgkmbphpoocejodfgfghagbelehbcifh |
Mô tả | Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall |
Kích Thước Tệp | 492 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 0.9.9 |
Cập Nhật Lần Cuối | 2018-05-04 |
Ngày Phát Hành | 2018-05-04 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://myidhub.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://myidhub.com/Contact.aspx |
URL Trang Chính Sách Bảo Mật | https://myidhub.com/Privacy.aspx |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "MyIDHUB LLC", "browser_action": { "default_icon": { "19": "Images\/Logo_19x19_Offline.png", "38": "Images\/Logo_38x38_Offline.png" }, "default_popup": "Popup.html", "default_title": "My ID HUB" }, "default_locale": "en_US", "description": "__MSG_applicationDescription__", "icons": { "16": "Images\/Logo_16x16.png", "32": "Images\/Logo_32x32.png", "48": "Images\/Logo_48x48.png", "128": "Images\/Logo_128x128.png" }, "manifest_version": 2, "name": "My ID HUB : Advanced Online Password Manager", "short_name": "My ID HUB", "permissions": [ "tabs", "unlimitedStorage", "https:\/\/api.myidhub.com\/*" ], "version": "0.9.9", "background": { "page": "Background.html", "persistent": true }, "externally_connectable": { "matches": [ "https:\/\/myidhub.com\/*" ] }, "content_scripts": [ { "all_frames": true, "js": [ "Resources\/Extension\/Bootstrap.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "IdentitySelector.html", "IdentityCreator.html", "IdentitySecurity.html", "IdentityNotification.html", "Unsecure.html" ] } |