Persona for Chrome
Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.
Persona for Chrome란 무엇입니까?
Persona for Chrome은(는) https://persona.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one."입니다.
확장 프로그램 스크린샷
Persona for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Persona helps you easily save, access and manage all of your online accounts. We Keep You Safe With: - End-to-end data encryption - Industry standard AES-256 bit encryption with 256 bit keys hardened with PBKDF2 HMAC-SHA256 - Traffic is transmitted through a robust TLS 1.2 and TLS 1.3 protocol - Data locally encrypted before it is sent to our server Coming Soon: - Automatic Password Rotation: We’ll update your passwords for you when they’ve been involved in a breach or need some love. - Quick Signup: Easily signup for a new online account without the hassle of filling out another form. - Advanced Autofill: Easily insert your name, credit card, address, phone number or email address into any website form. - Control Is Understanding: Gain control of your identity by knowing which companies have access to your personal information. Passwordless Authentication: Use your phone to log in to your Persona account without a password. - Share Access Without Sharing Passwords: Grant someone temporary access to an online account without giving them your password. Take back control of your identity and simplify your life with Persona.
확장 프로그램 기본 정보
이름 | Persona for Chrome |
ID | pmipmpahonilgpkfamgmckokebkmkgdn |
공식 URL | https://chromewebstore.google.com/detail/persona-for-chrome/pmipmpahonilgpkfamgmckokebkmkgdn |
설명 | Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one. |
파일 크기 | 4.86 MB |
설치 횟수 | 195 |
현재 버전 | 21.06.19.0 |
최근 업데이트 | 2021-07-10 |
출시 날짜 | 2020-02-21 |
평점 | 4.60/5 총 10 개의 평점 |
개발자 | https://persona.io |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://persona.io |
도움말 페이지 URL | https://help.persona.io |
개인정보 보호 정책 페이지 URL | https://persona.io/legal/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "21.06.19.0", "name": "Persona for Chrome", "description": "Login to any website with just ONE click. The average person has over 150 online accounts, so we're working on giving you just one.", "manifest_version": 2, "browser_action": { "default_title": "Persona", "default_popup": "pages\/popup.html", "default_icon": "icons\/icon48.png" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png" }, "permissions": [ "webRequest", "tabs", "clipboardWrite", "unlimitedStorage", "storage", "management", "privacy", " |