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. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Samsung Pass एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}