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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" } } |