EviLock: autofill and auto login

EviLock: this free extension allows you to manage the autologin functions of EviTag® and EviCard products.

Qu'est-ce que EviLock: autofill and auto login ?

EviLock: autofill and auto login est une extension Chrome développée par https://fullsecure.link, et sa fonction principale est "EviLock: this free extension allows you to manage the autologin functions of EviTag® and EviCard products.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension EviLock: autofill and auto login

Téléchargez les fichiers d'extension EviLock: autofill and auto login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension is for all Chromium-based web browsers that work with EviTag® and EviCard® products, password and bank card managers. The extension works with an NFC device incorporating Freemindtronic® SL's EviAlpha technology. It allows secure intelligent auto-connection to websites and auto-filling of fields. It also offers advanced options to protect sensitive data, such as the ability to hide "username and password" fields to protect against prying eyes and malicious screenshots. In addition, thanks to its local network operation, it natively protects against keystroke recordings on a keyboard made by malicious software and/or hardware.

The extension also has an automatic function to combat the risk of phishing by typosquatting. To do this, it automatically saves the URLs of accounts when first connecting. This allows the user to auto-connect only if the URL matches the saved web account. Otherwise, the connection and/or auto-fill request will be blocked.

It can be used with all computers in the home and a single device to perform an automatic connection and/or online payment. To do this, simply click on a connection button that sends a request to the phone to present a Tag or Card device. For this, the phone and computer must be on the same local network as your home. This offers an ideal solution for physically controlling access to sensitive accounts on the internet in order to prevent inappropriate consultations and/or disclosure of private information.

The extension is automatically translated into 12 languages: Arabic (AR), Catalan (CA), Chinese (CN), German (DE), English (EN), Spanish (ES), French (FR), Italian (IT), Japanese (JP), Portuguese (PT), Romanian (RO) and Russian (RU). An advanced security system also allows you to manage a very large number of phones per browser on a single computer.

Thus, you can have a single computer used by several people. A servo system increases the cyber safety and security of sensitive data.

With this extension, your sensitive data is only recorded in the devices that you use freely and simply, anywhere, anytime, in any situation. Your bank cards are digitally and physically protected for use on the internet if you decide to physically erase the visual cryptogram CCV CVC CVV CID CSC used for online purchases but visible on the card. By using this extension to auto-fill your bank card details during an online payment, you can be sure that your bank information is protected. Finally, it allows you not to leave any trace of your usernames, passwords or bank information on computers, phones or online sales sites.

EviLock is a totally anonymous application dedicated to individual private use. It is not connected to any remote server and does not collect any sensitive data. It is non-intrusive and does not save any sensitive data on either the computer and/or phone.

It covers various authentication and online payment situations without contact in an encrypted manner from the NFC device. Here are the simplified main options of the extension for private use:

Automatic connection & auto-fill:

- Activate or deactivate auto-fill with automatic connection
- Activate or deactivate display of selected field
- Activate or deactivate hide field content
- Activate or deactivate uncheck "Remember me" if detected in web page code

Bank card:

- Activate or deactivate display of selected Identity field
- Hide field content
- Uncheck "remember me" (username and password)

Fleet management of coupled phones:

- Add a phone
- List of paired phones with favorites management

Automatic connection or auto-fill:

- Without keyboard input
- Without contact
- Intelligent detection of username and password fields and bank card information
- All these actions in one click

Saving and synchronizing the list of phones and administrable auto-saved URLs are synchronized with Google accounts in particular.

The extension is protected by international patents and copyright held by Freemindtronic SL Andorra by destination. The design, development, updates and manufacture of solutions are carried out by Freemindtronic which ensures a guarantee and longevity in the security and reliability of the EviAlpha technology used implemented in this extension.

It is important to note that following updates to Chromium-based browsers, all versions prior to version 2.0.0 are no longer functional. Similarly, from version 2.0.0 onwards, the remote server dedicated to simple artificial intelligence for auto-connection is no longer active. Now integrated into the Android application with which the extension is compatible.                    

Informations de Base sur l'Extension

Nom EviLock: autofill and auto login EviLock: autofill and auto login
ID nbdcdjjfgiebbkppnnlnekbholkbapei
URL Officiel https://chromewebstore.google.com/detail/evilock-autofill-and-auto/nbdcdjjfgiebbkppnnlnekbholkbapei
Description EviLock: this free extension allows you to manage the autologin functions of EviTag® and EviCard products.
Taille du Fichier 1.3 MB
Nombre d'Installations 134
Version Actuelle 2.1.0
Dernière Mise à Jour 2023-03-23
Date de Publication 2023-03-17
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://fullsecure.link
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://fullsecure.link/evilock-nfc/
URL de la Page d'Aide https://fullsecure.link/faqs/
URL de la Page de Politique de Confidentialité https://freemindtronic.com/legal-information/privacy-policy
Langues Prises en Charge de,en,fr,ca,es,it,pt-PT,ro,ru,ar,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "homepage_url": "http:\/\/www.evilock-nfc.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon-19.png",
            "38": "icons\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/freemindtronic-group.com\/*"
    ],
    "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"
        ]
    }
}