Samsung Pass

No need to remember your login information anymore, even on your PC. Log in easier and faster with Samsung Pass. Sync the login…

Samsung Pass란 무엇입니까?

Samsung Pass은(는) Samsung Eletronics Co. Ltd.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No need to remember your login information anymore, even on your PC. Log in easier and faster with Samsung Pass. Sync the login…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        No need to remember your login information anymore, even on your PC.
Log in easier and faster with Samsung Pass.
Sync the login information used on your mobile or tablet devices and use it for your PC, too.

Conditions for support
Window 10 version 1903 or higher
TPM (Trusted Platform Module) 2.0 or higher
A PC that supports Window Hello

* The availability and schedule of supported PCs may change depending on our company policy.                    

확장 프로그램 기본 정보

이름 Samsung Pass Samsung Pass
ID ikbdppgmbnfncggibmidpeoklmbbmpbb
공식 URL https://chromewebstore.google.com/detail/samsung-pass/ikbdppgmbnfncggibmidpeoklmbbmpbb
설명 No need to remember your login information anymore, even on your PC. Log in easier and faster with Samsung Pass. Sync the login…
파일 크기 1.84 MB
설치 횟수 7,000
현재 버전 2.1.0
최근 업데이트 2024-01-31
출시 날짜 2023-10-23
평점 1.33/5 총 39 개의 평점
개발자 Samsung Eletronics Co. Ltd.
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en-GB,en-US,fr,nl,no,tr,da,es,it,hu,pl,pt-BR,fi,sv,ru,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_SPassExtension_ContentScript_AppDisplayName__",
    "version": "2.1.0",
    "short_name": "Samsung Pass",
    "icons": {
        "16": "images\/logo16.png",
        "24": "images\/logo24.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Samsung Pass",
        "default_icon": {
            "16": "images\/logo16.png",
            "24": "images\/logo24.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                ".\/content-scripts\/LoginFormDetector.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "all_frames": true
        },
        {
            "all_frames": true,
            "js": [
                ".\/content-scripts\/Autofill.js"
            ],
            "css": [
                ".\/styles\/samsungPassIcon.css",
                ".\/styles\/accountsPopup.css",
                ".\/styles\/advicePopup.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                ".\/content-scripts\/saveCredentialPopup.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/saveCredentialPopup.css",
                "styles\/colors.css"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/assets\/*.svg",
                "content-scripts\/*.map",
                "_favicon\/*",
                "fonts\/*.ttf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js",
        "type": "module"
    },
    "permissions": [
        "nativeMessaging",
        "storage",
        "favicon"
    ],
    "default_locale": "en_US"
}