Passwords

Generates strong passwords for you.

Passwords란 무엇입니까?

Passwords은(는) https://bettysoft.de에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Generates strong passwords for you."입니다.

확장 프로그램 스크린샷

screenshot

Passwords 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Even today there are people who make use of simple passwords for their important services. The consequence is, that these passwords are easy to crack and hacker have access to the concerned peoples accounts.
The solution for this is "Passwords" - a browser extension for Google Chrome, with which strong 4- to 25-digit passwords can be generated, that are very difficult to crack because they are randomly generated.

When a user registers himself in an online service and needs a strong password, he only has to click on the Passwords symbol and is immediately able to locally generate passwords. The browser extension does not send or receive any data to/from remote servers, so that no generated passwords can be catched.

===============================================================

Changelog:

2.0.1:
 - optimization

2.0.0:
 - new icon
 - HD graphics, design changes
 - stores last password length
 - support for Omnibox

1.2.2: - new languages

1.2.1: - Passwords no longer needs any permissions                    

확장 프로그램 기본 정보

이름 Passwords Passwords
ID afnhkolamimpkongelepgnmidflhcdmh
공식 URL https://chromewebstore.google.com/detail/passwords/afnhkolamimpkongelepgnmidflhcdmh
설명 Generates strong passwords for you.
파일 크기 27.6 KB
설치 횟수 29
현재 버전 2.0.1
최근 업데이트 2016-09-01
출시 날짜 2016-09-01
개발자 https://bettysoft.de
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.bettysoft.de/passwords/
도움말 페이지 URL https://support.bettysoft.de/
개인정보 보호 정책 페이지 URL https://www.bettysoft.de/privacy
지원되는 언어 de,en,fr,nl,no,tr,da,es,it,fi,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passwords",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "version": "2.0.1",
    "browser_action": {
        "default_icon": "password.png",
        "default_popup": "popup.html"
    },
    "offline_enabled": true,
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "passwords"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "password16.png",
        "48": "password48.png",
        "128": "password128.png"
    },
    "homepage_url": "http:\/\/www.bettysoft.de",
    "short_name": "Passwords"
}