KeyStore

Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser.

KeyStore란 무엇입니까?

KeyStore은(는) KeyStore에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        KeyStore is the easiest and safest way to store all of your logins and passwords.

Key features:
- Store all of your logins in an encrypted vault
- Automatically login to your web accounts with one click
- View and Edit your Logins, Cards and Notes
- Fill web forms with a single click
- Easily search Logins with the built-in search feature                    

확장 프로그램 기본 정보

이름 KeyStore KeyStore
ID jklngfhhbeboapigjmnbaenmlijpmlgm
공식 URL https://chromewebstore.google.com/detail/keystore/jklngfhhbeboapigjmnbaenmlijpmlgm
설명 Extends the KeyStore app on your Windows PC, so you can fill passwords in your browser.
파일 크기 42.88 KB
설치 횟수 100
현재 버전 1.2.1
최근 업데이트 2020-10-02
출시 날짜 2020-09-22
개발자 KeyStore
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://getkeystore.com/
지원되는 언어 en
manifest.json
{
    "background": {
        "scripts": [
            "libs\/crypto-js.min.js",
            "libs\/underscore.min.js",
            "background.min.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "assets\/toolbar.png",
            "38": "assets\/[email protected]"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "exclude_globs": [
                "*:\/\/ad.*\/*",
                "*:\/\/ad0.*\/*",
                "*:\/\/ad1.*\/*",
                "*:\/\/ad2.*\/*",
                "*:\/\/ad3.*\/*",
                "*:\/\/ad4.*\/*",
                "*:\/\/ad5.*\/*",
                "*:\/\/ad6.*\/*",
                "*:\/\/ad7.*\/*",
                "*:\/\/ad8.*\/*",
                "*:\/\/ad9.*\/*",
                "*:\/\/ads?.*\/*",
                "*:\/\/adserver*.*\/*",
                "*:\/\/*\/*adframe*",
                "*:\/\/tag.admeld*.*\/*",
                "*:\/\/*.atdmt.com\/*",
                "*:\/\/*.doubleclick.*\/*",
                "*:\/\/*.ak.fbcdn.net\/*",
                "*:\/\/plusone.google.com\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/*.facebook.com\/widgets\/*",
                "*:\/\/*.facebook.com\/plugins\/*",
                "*:\/\/*.facebook.com\/extern\/*",
                "*:\/\/www.youtube.com\/embed\/*",
                "*:\/\/stats.complex.com\/*",
                "*:\/\/*.addthis.com\/static\/*",
                "*:\/\/vitamine.networldmedia.net\/*",
                "*:\/\/api.tweetmeme.com\/*",
                "*:\/\/*.atwola.com\/*",
                "*:\/\/engine.adzerk.net\/*",
                "*:\/\/*.stumbleupon.com\/badge\/*",
                "*:\/\/*.bizographics.com\/collect\/*",
                "*:\/\/*.musthird.com\/*"
            ],
            "js": [
                "libs\/crypto-js.min.js",
                "libs\/zepto.min.js",
                "content.min.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "https:\/\/getkeystore.com\/",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "permissions": [
        "nativeMessaging",
        "storage",
        "activeTab"
    ],
    "short_name": "__MSG_name__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.1"
}