Smart Scanner

Enables safer browsing experiences across the Internet

Τι είναι το Smart Scanner;

Το Smart Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον smartlinkscanner, και η κύρια λειτουργία του είναι "Enables safer browsing experiences across the Internet".

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

screenshot
screenshot
screenshot

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

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

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

                        Smart Scanner by Mirza Mohammed Akram Baig

Ensure secure access to world knowledge by keeping billions of machines safer.
Smart Scanner extension protects more computers per day by providing consumers with warnings while attempting to access or copy unsafe files from untrusted locations.

Smart Scanner defends users across the internet from phishing attacks. It has advanced to provide users with tools to better defend themselves from web-based threats such as malware, unwanted applications, and social engineering across desktop and mobile devices.

This extension notifies the users if the links present on the webpage are safe to navigate or not and keeps the users safe.

Web Protection:
This scanning infrastructure prevents users from unsafe websites by using alert icons or download a harmful app or a file. 

Email Protection:
Smart Scanner protects all email users by identifying dangerous links in email messages and showing warnings.

Downloadable Report:
Our Download Report generates a CSV file with details on the threats that Smart Scanner identifies.                    

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

Όνομα Smart Scanner Smart Scanner
ID iepbbhfjdfdjpidcodmgjffdjoljaado
Επίσημο URL https://chromewebstore.google.com/detail/smart-scanner/iepbbhfjdfdjpidcodmgjffdjoljaado
Περιγραφή Enables safer browsing experiences across the Internet
Μέγεθος Αρχείου 292 KB
Αριθμός Εγκαταστάσεων 182
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2021-03-29
Ημερομηνία Δημοσίευσης 2021-03-25
Αξιολόγηση 5.00/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής smartlinkscanner
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Διεύθυνση URL της Σελίδας Βοήθειας https://no-support-url.com
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smart Scanner",
    "version": "1.1",
    "minimum_chrome_version": "78",
    "description": "Enables safer browsing experiences across the Internet",
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/safebrowsing.googleapis.com\/v4\/"
    ],
    "background": {
        "scripts": [
            "\/entry\/background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "\/assets\/logo\/128-logo.png",
        "default_popup": "\/entry\/popup\/popup.html"
    },
    "web_accessible_resources": [
        "\/assets\/icon\/green-badge.png",
        "\/assets\/icon\/red-badge-obs.png",
        "\/assets\/icon\/red-badge.svg"
    ],
    "icons": {
        "128": "\/assets\/logo\/cws-logo.png"
    },
    "commands": {
        "TOGGLE_BADGES": {
            "suggested_key": {
                "default": "Alt+L"
            },
            "description": "Toggle link security badges"
        }
    },
    "manifest_version": 2,
    "applications": {
        "gecko": {
            "id": "{6ac298a5-88f8-44a3-8a40-0766bcdbc1d0}",
            "strict_min_version": "60.0"
        }
    }
}