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란 무엇입니까?
My ID HUB : Advanced Online Password Manager은(는) https://myidhub.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall"입니다.
확장 프로그램 스크린샷
My ID HUB : Advanced Online Password Manager 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | My ID HUB : Advanced Online Password Manager |
ID | kgkmbphpoocejodfgfghagbelehbcifh |
공식 URL | https://chromewebstore.google.com/detail/my-id-hub-advanced-online/kgkmbphpoocejodfgfghagbelehbcifh |
설명 | Advanced Password Manager, Strong Password Generator, Two-Factor Authentication, Encryption Key Control, Activity Log and Firewall |
파일 크기 | 492 KB |
설치 횟수 | 14 |
현재 버전 | 0.9.9 |
최근 업데이트 | 2018-05-04 |
출시 날짜 | 2018-05-04 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://myidhub.com |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://myidhub.com/Contact.aspx |
개인정보 보호 정책 페이지 URL | https://myidhub.com/Privacy.aspx |
지원되는 언어 | 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" ] } |