OnePass Password Manager & Generator

One Password for everything done right!

OnePass Password Manager & Generator란 무엇입니까?

OnePass Password Manager & Generator은(는) https://airdevs.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One Password for everything done right!"입니다.

확장 프로그램 스크린샷

screenshot

OnePass Password Manager & Generator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IMPORTANT:
This extension will NOT get any more updates, nor a smartphone app in the future. If you are looking for a new password manager, you may want to consider other, more convenient, alternatives.

-----

--- Troubleshooting ---
As long as you remember the master password, you can recover all the other passwords, even without the extension. The algorithm is published on our website, and you can use it with any md5 generator.
Unfortunately, if you forget the master password, you won't be able to recover it in any way, nor any of the generated passwords, so make sure you remember it and perhaps note it down somewhere so that you won't forget it.

--- Permissions ---
Read your browsing history:
  More accurately, this is used to get the URL of the website you are currently viewing.
Modify data you copy and paste.
  This is needed for copying the generated password (when you click it).

--- Website ---
airdevs.com                    

확장 프로그램 기본 정보

이름 OnePass Password Manager & Generator OnePass Password Manager & Generator
ID emeedobobbobllpippjidhpiigoffbbj
공식 URL https://chromewebstore.google.com/detail/onepass-password-manager/emeedobobbobllpippjidhpiigoffbbj
설명 One Password for everything done right!
파일 크기 25.82 KB
설치 횟수 3,043
현재 버전 1.2.1
최근 업데이트 2018-12-22
출시 날짜 2018-12-22
평점 3.69/5 총 16 개의 평점
개발자 https://airdevs.com
결제 유형 free
확장 프로그램 웹 사이트 http://airdevs.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OnePass Password Manager & Generator",
    "description": "One Password for everything done right!",
    "short_name": "OnePass",
    "version": "1.2.1",
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "images\/OnePass_032.png",
        "default_popup": "main.html"
    },
    "permissions": [
        "clipboardWrite",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/md5.js"
        ]
    },
    "icons": {
        "16": "images\/OnePass_016.png",
        "24": "images\/OnePass_024.png",
        "32": "images\/OnePass_032.png",
        "48": "images\/OnePass_048.png",
        "64": "images\/OnePass_064.png",
        "128": "images\/OnePass_128.png",
        "256": "images\/OnePass_256.png"
    }
}