Keepser® Plugin

For auto login and autofill to websites. Compatible with Keepser® NFC cards.

Keepser® Pluginとは何ですか?

Keepser® PluginはKeepser Groupによって開発されたChromeの拡張機能で、その主な機能は「For auto login and autofill to websites. Compatible with Keepser® NFC cards.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Keepser® Plugin拡張機能のCRXファイルをダウンロード

Keepser® Plugin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension only works with the KEEPSER® app available for free on Google Play. You must also have at least one NFC KEEPSER® device. It is a highly secure card that works for life contactless via a phone with NFC technology.

It makes it possible to secure end-to-end from the device the use of encrypted sensitive data contained in the device called "Keeps" via a computer web browser. 

It works with any desktop or laptop using a Chromium-compatible web browser and other operating systems. Computers and NFC phones paired with devices should only be on the same local network. The latter is also encrypted by the solution.

The device is also a "Cold Wallet". It allows its user to securely manage and share, from the device, the private keys and public addresses of cryptocurrencies, as well as recovery phrases for private keys, BIP39 standard, "Seed Phrases".

Advantageously, it performs autofill and automatic connection on any computer and / or laptop present in the same local network. They just need to be paired with at least one phone. Thus, the user can connect a guest user, for example, without the latter physically needing to own a device.

It leaves no digital trace in computers. In fact, a computer can have multiple users with their own devices.

Everything is outsourced to the device, which fits in your pocket.

PORTABILITY OF GREEN TECHNOLOGIES FOR SECURITY AND CYBERSECURITY
It does not collect or store any personal data. Its use is completely anonymized. You will not be asked for any information about yourself and/or the Device.

It can work without being connected to a cloud server or the internet.

DATA SOVEREIGNTY
Only you can access your data. Neither we nor anyone else can access the secrets you store encrypted in the device.

For more information, visit www.keepser.io or email us at [email protected].                    

拡張機能の基本情報

名前 Keepser® Plugin Keepser® Plugin
ID kggfmimojhajpniinocdkagiinmdgahl
公式URL https://chromewebstore.google.com/detail/keepser%C2%AE-plugin/kggfmimojhajpniinocdkagiinmdgahl
説明 For auto login and autofill to websites. Compatible with Keepser® NFC cards.
ファイルサイズ 14.61 MB
インストール数 87
現在のバージョン 1.4.2
最終更新日 2023-06-21
公開日 2021-08-27
評価 5.00/5 合計 1 レビュー
開発者 Keepser Group
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.keepser.com/
ヘルプページのURL https://www.keepser.com/how-it-works
プライバシーポリシーページのURL https://www.keepser.com/privacy-policy.html
対応言語 de,en,fr,ca,es,it,pt-BR,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.4.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/keepser.com",
    "icons": {
        "16": "icons\/keepser_16.png",
        "32": "icons\/keepser_32.png",
        "48": "icons\/keepser_48.png",
        "128": "icons\/keepser_128.png",
        "256": "icons\/keepser_256.png",
        "512": "icons\/keepser_512.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/keepser_19.png",
            "16": "icons\/keepser_16.png",
            "32": "icons\/keepser_32.png",
            "38": "icons\/keepser_38.png",
            "48": "icons\/keepser_48.png",
            "128": "icons\/keepser_128.png",
            "256": "icons\/keepser_256.png",
            "512": "icons\/keepser_512.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "nativeMessaging",
        "storage"
    ],
    "optional_permissions": [
        "clipboardRead",
        "clipboardWrite"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "all_frames": false
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/subscript.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    }
}