Scanguard Password Vault Assistant
Access saved passwords from Scanguard's Password Vault, including the ability to generate and save a new password.
Scanguard Password Vault Assistant란 무엇입니까?
Scanguard Password Vault Assistant은(는) https://www.scanguard.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Access saved passwords from Scanguard's Password Vault, including the ability to generate and save a new password."입니다.
확장 프로그램 스크린샷
Scanguard Password Vault Assistant 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension works with the Password Vault provided by the Scanguard application. Instead of manually searching for a password within Scanguard, you can now search the vault directly from any web page. Simply click one of the icons added by the extension to get a list of possible passwords for the current website. Selecting the entry will then add your login information. If you don't currently have any passwords saved for the website, you can generate a new one to add to the vault. The extension will detect logins to a website not stored in the vault, or if any existing entries have a different password. You'll be prompted whether you would like to save this new data. Please note: this extension requires Scanguard v1.37+ to be installed on your PC / Mac.
확장 프로그램 기본 정보
이름 | Scanguard Password Vault Assistant |
ID | dbmjhebcnagfljllolnmbpkghfmckjgl |
공식 URL | https://chromewebstore.google.com/detail/scanguard-password-vault/dbmjhebcnagfljllolnmbpkghfmckjgl |
설명 | Access saved passwords from Scanguard's Password Vault, including the ability to generate and save a new password. |
파일 크기 | 99.3 KB |
설치 횟수 | 514 |
현재 버전 | 1.4.66 |
최근 업데이트 | 2022-12-14 |
출시 날짜 | 2017-12-21 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | https://www.scanguard.com |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://www.scanguard.com/ |
도움말 페이지 URL | http://support.scanguard.com/ |
개인정보 보호 정책 페이지 URL | https://www.scanguard.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "SS Protect", "name": "Scanguard Password Vault Assistant", "version": "1.4.66", "manifest_version": 3, "description": "Access saved passwords from Scanguard's Password Vault, including the ability to generate and save a new password.", "icons": { "128": "shared\/images\/icon.png" }, "background": { "service_worker": "shared\/js\/service-worker.js" }, "content_scripts": [ { "all_frames": true, "js": [ "shared\/js\/jquery-3.5.0.js", "shared\/js\/content-script.js" ], "css": [ "shared\/css\/content-script.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "run_at": "document_start" } ], "permissions": [ "nativeMessaging", "tabs", "storage" ], "minimum_chrome_version": "92.0", "web_accessible_resources": [ { "resources": [ "shared\/html\/*.html", "shared\/images\/*.svg", "shared\/images\/*.png" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "extension_ids": [ "dlbdmahiaadnbkihdklfkbdeoekfiefp", "dhciheiahfalhaemakioldbcopodipfm", "dbmjhebcnagfljllolnmbpkghfmckjgl", "aejfkifmimhoafnfeffghcaijhfmofle", "nhmijhgkfdhekaofhdkgdpmgidbijbnh", "jmidhlioompgcfmgfdalpkocpilgcjdg" ], "use_dyanmic_url": false } ] } |