Tinfoil Security - Login Recorder

Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.

Τι είναι το Tinfoil Security - Login Recorder;

Το Tinfoil Security - Login Recorder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.tinfoilsecurity.com, και η κύρια λειτουργία του είναι "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Tinfoil Security - Login Recorder

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

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

                        Tinfoil Security Login Recorder allows you to teach Tinfoil Security’s scanner how to authenticate into your site by recording your login sequence.

Once you install the extension, follow the on-screen instructions to authenticate, select a site, create your recording, then submit to our servers. And that’s it! Your next Tinfoil Security scan will begin by mimicking your uploaded login sequence.

Note that Tinfoil Security is dedicated to handling your sensitive information privately and securely. After submitting, your recording and API keys are removed from your system. On Tinfoil’s servers, your recording is encrypted using the same security practices as the rest of Tinfoil Security's sensitive information. See https://www.tinfoilsecurity.com/security for more information.                    

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

Όνομα Tinfoil Security - Login Recorder Tinfoil Security - Login Recorder
ID jphahadlmickhilmjebjmdhgkpphfgmk
Επίσημο URL https://chromewebstore.google.com/detail/tinfoil-security-login-re/jphahadlmickhilmjebjmdhgkpphfgmk
Περιγραφή Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 116
Τρέχουσα Έκδοση 0.0.25
Τελευταία Ενημέρωση 2020-06-04
Ημερομηνία Δημοσίευσης 2020-06-04
Προγραμματιστής https://www.tinfoilsecurity.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.tinfoilsecurity.com
Διεύθυνση URL της Σελίδας Βοήθειας https://support.tinfoilsecurity.com
URL της Σελίδας Πολιτικής Απορρήτου https://www.tinfoilsecurity.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tinfoil Security - Login Recorder",
    "version": "0.0.25",
    "manifest_version": 2,
    "description": "Record login sequences in your own browser, then submit them to Tinfoil Security to be used by our scanner.",
    "browser_action": {
        "default_icon": "frontend\/images\/icon_blue.png",
        "default_popup": "frontend\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "scripts\/contentscript\/contentscript.js"
            ],
            "css": [
                "frontend\/styles.css"
            ]
        }
    ],
    "homepage_url": "https:\/\/tinfoilsecurity.com",
    "icons": {
        "128": "frontend\/images\/extension-icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}