Smart Scanner

Enables safer browsing experiences across the Internet

什麼是Smart Scanner?

Smart Scanner是由smartlinkscanner開發的Chrome擴展程式,該擴展的主要功能是“Enables safer browsing experiences across the Internet”。

擴展截圖

screenshot
screenshot
screenshot

下載Smart Scanner擴展crx文件

下載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
官方網址 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"
        }
    }
}