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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Tinfoil Security - Login Recorder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}