Passky - Password Manager

Simple, modern, open source and secure password manager.

Passky - Password Manager란 무엇입니까?

Passky - Password Manager은(는) https://passky.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple, modern, open source and secure password manager."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Passky - Password Manager 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        With Passky, you can easily and securely store all of your passwords in one place. Say goodbye to the hassle of remembering multiple complex passwords - with Passky, all you need is one master password to access all of your accounts. Passky uses advanced encryption technology to keep your passwords safe and secure, so you can have peace of mind knowing that your sensitive information is protected. Plus, Passky is easy to use and available on all of your devices, so you can access your passwords wherever you go. Try Passky today and take control of your online security!                    

확장 프로그램 기본 정보

이름 Passky - Password Manager Passky - Password Manager
ID ngncpgfjhnkgfcjamgljadegplonbihi
공식 URL https://chromewebstore.google.com/detail/passky-password-manager/ngncpgfjhnkgfcjamgljadegplonbihi
설명 Simple, modern, open source and secure password manager.
파일 크기 412 KB
설치 횟수 612
현재 버전 8.1.1
최근 업데이트 2023-01-28
출시 날짜 2021-05-31
평점 4.20/5 총 5 개의 평점
개발자 https://passky.org
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://passky.org
도움말 페이지 URL https://github.com/Rabbit-Company
개인정보 보호 정책 페이지 URL https://passky.org/PrivacyPolicy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Passky - Password Manager",
    "description": "Simple, modern, open source and secure password manager.",
    "version": "8.1.1",
    "manifest_version": 3,
    "author": "Rabbit Company LLC",
    "homepage_url": "https:\/\/passky.org",
    "permissions": [
        "clipboardWrite",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_icon": "\/images\/logo32.png",
        "default_title": "Passky",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false,
            "match_about_blank": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; base-uri 'none'; object-src 'none'; form-action 'self'; frame-ancestors 'none'; worker-src 'self';"
    },
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{c27461c5-20e7-47b4-9e82-9f48e8d5e005}"
        }
    }
}