Internet Security by MetaCert

Internet security for teams, remote workers and families.

Internet Security by MetaCert là gì?

Internet Security by MetaCert là một tiện ích mở rộng Chrome được phát triển bởi MetaCert, và tính năng chính của nó là "Internet security for teams, remote workers and families.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Internet Security by MetaCert

Tải xuống các tệp mở rộng Internet Security by MetaCert dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Protects you from known malware and phishing. This browser extension tells you which links inside Gmail are safe, dangerous and unknown. If a link is “unknown”, you should proceed with caution. The URL reputation system built into the software tells you when sign in pages and websites are verified as safe.

MetaCert is the only software that can protect you from *new* dangerous links and websites that evade other security companies that haven’t had time to validate them yet.

Millions of new domains are registered by cybercriminals every year. It’s mathematically impossible for any security company in the world to protect you from them all. That’s why we decided to do things different at MetaCert. 

1 minute to install / no setup. 

HOW IT WORKS

- Red Warning = Danger
- Green Shield = Verified
- Grey Shield = Caution

Whenever you open a link, this extension will immediately check it against the MetaCert authentication system. Dangerous links/websites are immediately blocked before harm can be done. And authenticated websites display the MetaCert green shield.

EXAMPLE:

Before signing into Microsoft365, the reputation shield will turn green. If the shield doesn’t turn green, you know it’s a new counterfeit website that hasn’t been validated yet. This is the magic that will keep you safe.

WHY WEBSITE AUTHENTICATION?

Over 93% of all new phishing websites start with https and display the browser padlock. It’s time to replace the padlock with the reputation shield for online trust.

FREE TRIAL

You can try the software for free for 14 days. No credit card needed. And if you sign up, you can cancel your subscription at anytime. We also offer a 30 day money back guarantee.

Most security products that are free, collect and sell your data. The biggest security extension on this store was banned from the Chrome and Firefox store for selling user data. We think that’s creepy. That’s why ours is a paid service. Pricing here: https://metacert.com/pricing.html

ABOUT THE TEAM

MetaCert is brought to you by the same developers who built the official browser extensions for digg, Delicious, Yahoo!, Nike, Sony, eBay, PayPal, Google and Microsoft. We build software that’s fast, secure and reliable.

Founder and CEO Paul Walsh is one of the two people who co-instigated the creation of the standard for URL Classification at the W3C, the standard body for the World Wide Web - formally replacing PICS in 2009.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Internet Security by MetaCert Internet Security by MetaCert
ID keghdcpemohlojlglbiegihkljkgnige
URL Chính Thức https://chromewebstore.google.com/detail/internet-security-by-meta/keghdcpemohlojlglbiegihkljkgnige
Mô tả Internet security for teams, remote workers and families.
Kích Thước Tệp 1.41 MB
Số Lần Cài Đặt 11,966
Phiên Bản Hiện Tại 4.3.8
Cập Nhật Lần Cuối 2022-12-07
Ngày Phát Hành 2020-07-02
Đánh Giá 4.51/5 Tổng số 253 Đánh Giá
Nhà Phát Triển MetaCert
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://metacert.com
URL Trang Trợ Giúp https://metacert.uservoice.com/forums/906502-cryptonite-browser-extension
URL Trang Chính Sách Bảo Mật https://metacert.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "short_name": "metacert-internet-security",
    "version": "4.3.8",
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/lib\/jquery-3.4.1.min.js",
            "js\/lib\/i18n.js",
            "js\/lib\/jquery.i18n.js",
            "js\/lib\/buy.js",
            "js\/lib\/lodash.js",
            "js\/utils\/propertyDAO.js",
            "js\/background\/configSettings.js",
            "js\/utils\/cryptoniteUtils.js",
            "js\/background\/api\/metacertApi.js",
            "js\/background\/api\/identityApi.js",
            "js\/background\/background.js",
            "js\/background\/counter.js",
            "js\/background\/storage.js",
            "js\/background\/settings.js",
            "js\/background\/metaCertAPI.js",
            "js\/background\/backgroundGmail.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/black\/cryptonite-icon-128x128.png",
        "default_popup": "html\/popup\/popup.html",
        "default_title": "__MSG_button_openPopup_black__"
    },
    "icons": {
        "16": "images\/logos\/metacert-logo-16x16.png",
        "48": "images\/logos\/metacert-logo-48x48.png",
        "128": "images\/logos\/metacert-logo-128x128.png"
    },
    "content_scripts": [
        {
            "css": [
                "css\/cryptonite.css",
                "css\/cryptoniteGmail.css",
                "css\/widget.css"
            ],
            "js": [
                "js\/lib\/jquery-3.4.1.min.js",
                "js\/lib\/i18n.js",
                "js\/lib\/jquery.i18n.js",
                "js\/utils\/propertyDAO.js",
                "js\/utils\/cryptoniteUtils.js",
                "js\/contentScript\/cryptonite.js",
                "js\/contentScript\/widgetPage.js",
                "js\/contentScript\/widgetGmail.js",
                "js\/contentScript\/cryptoGmail.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "permissions": [
        "cookies",
        "",
        "activeTab"
    ],
    "web_accessible_resources": [
        "images\/*",
        "fonts\/*"
    ]
}