Is It Safe

Learn whether the sites you visit protect your data.

Τι είναι το Is It Safe;

Το Is It Safe είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον findthecodes, και η κύρια λειτουργία του είναι "Learn whether the sites you visit protect your data.".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Is It Safe

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

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

                        MULTI-FACTOR AUTHENTICATION

Multi-factor Authentication (MFA) is a way to keep your personal information secure online. By verifying that you are actually you, websites that use MFA help cut down on identity theft and loss of personal data.

WHY AUTHENTICATION?

If a website does not offer MFA, all an identity thief needs to do to gain access to your account is enter your username and password. MFA provides a next step by checking that you -- and only you -- are trying to access your information.

For example, a site may send a text message directly to your phone. This message contains a short number that you then enter into the website as part of the login process. Because the identity thief doesn't have your phone, they can't access your account.

LEARN TO BROWSE SAFELY

This extension is designed to help you learn about the sites that you visit. The extension displays several important metrics about the MFA and encryption techniques a website offers.

Knowing which sites use multi-factor authentication and strong encryption practices can help you decide where to share your personal information.                    

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

Όνομα Is It Safe Is It Safe
ID jmppobhogabhaifcikcjkilmmclfhdjd
Επίσημο URL https://chrome.google.com/webstore/detail/is-it-safe/jmppobhogabhaifcikcjkilmmclfhdjd
Περιγραφή Learn whether the sites you visit protect your data.
Μέγεθος Αρχείου 405 KB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 0.0.2
Τελευταία Ενημέρωση 2015-07-21
Ημερομηνία Δημοσίευσης 2015-07-21
Προγραμματιστής findthecodes
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.checkthis.site
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Is It Safe",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Learn whether the sites you visit protect your data.",
    "short_name": "Is It Safe",
    "homepage_url": "http:\/\/www.checkthis.site",
    "icons": {
        "16": "\/img\/logo-16.png",
        "48": "\/img\/logo-48.png",
        "128": "\/img\/logo-128.png"
    },
    "browser_action": {
        "default_icon": "\/img\/logo.png",
        "default_title": "Is It Safe?",
        "default_popup": "\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/jquery\/jquery.min.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}