Freemindtronic Extension

For data encryption and auto login to websites. Compatible with NFC products using Freemindtronic® technology.

Τι είναι το Freemindtronic Extension;

Το Freemindtronic Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://freemindtronic.com, και η κύρια λειτουργία του είναι "For data encryption and auto login to websites. Compatible with NFC products using Freemindtronic® technology.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Freemindtronic Extension

Λήψη αρχείων επέκτασης Freemindtronic Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Our free extension is an interface between the websites you visit and a  NFC HSM device using Freemindtronic® technology paired through a QR code with our (FMT) application for NFC phones available on Google Play. The extension offers secure management of your secrets with an easy and efficient use.

It is optimized to improve your online security by using top-of-the-line encryption methods to protect your passwords, cryptocurrency information, and sensitive data called secrets. You store your secrets in your contactless NFC device.

The extension has features such as a password generator, a QR code generator, and an automatic warning system for domain name extension types to protect you against domain name extension scams. These features can be used without the NFC device.

Our extension is also designed to offer you maximum security for your data by automatically encrypting secret exchanges on the local network, texts, and files. Field auto-filling is also encrypted to protect against hacking risks. Auto login to an internet account makes your life easier (similar to passwordless). Our extension is also compatible with OTP (One Time Password) authentication systems for enhanced security of your online accounts.

It is easy to use and guarantees the confidentiality of your data.

It is particularly useful for users of password managers, cryptocurrencies, data encryption, and OTP authentication who are looking to enhance the security of their online information.
Download our free extension now and enjoy peace of mind knowing that your sensitive information is protected."                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Freemindtronic Extension Freemindtronic Extension
ID efklmgodkpmaoookhhhnapeijlpolljh
Επίσημο URL https://chromewebstore.google.com/detail/freemindtronic-extension/efklmgodkpmaoookhhhnapeijlpolljh
Περιγραφή For data encryption and auto login to websites. Compatible with NFC products using Freemindtronic® technology.
Μέγεθος Αρχείου 9.89 MB
Αριθμός Εγκαταστάσεων 328
Τρέχουσα Έκδοση 1.6.2
Τελευταία Ενημέρωση 2023-01-21
Ημερομηνία Δημοσίευσης 2020-06-10
Αξιολόγηση 3.67/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://freemindtronic.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://freemindtronic.com
Διεύθυνση URL της Σελίδας Βοήθειας https://freemindtronic.com/about-freemindtronic/contact
URL της Σελίδας Πολιτικής Απορρήτου https://freemindtronic.com/legal-information/privacy-policy
Υποστηριζόμενες Γλώσσες 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.6.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/fullsecure.link",
    "icons": {
        "16": "icons\/evitoken_16.png",
        "32": "icons\/evitoken_32.png",
        "48": "icons\/evitoken_48.png",
        "128": "icons\/evitoken_128.png",
        "256": "icons\/evitoken_256.png",
        "512": "icons\/evitoken_512.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/evitoken_19.png",
            "16": "icons\/evitoken_16.png",
            "32": "icons\/evitoken_32.png",
            "38": "icons\/evitoken_38.png",
            "48": "icons\/evitoken_48.png",
            "128": "icons\/evitoken_128.png",
            "256": "icons\/evitoken_256.png",
            "512": "icons\/evitoken_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"
        ]
    }
}