ZoneAlarm Web Secure Free

Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis

What is ZoneAlarm Web Secure Free?

ZoneAlarm Web Secure Free is a Chrome extension developed by https://suggest.zonealarm.com, and its main feature is "Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis".

Extension Screenshots

screenshot
screenshot

Download ZoneAlarm Web Secure Free Extension CRX File

Download ZoneAlarm Web Secure Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Web secure Free – securing your web activity

Web Secure Free is a free browsing security tool offered to you as part of ZoneAlarm free products. 
The tool offers you browsing security using a Chrome extension. Both contain various cutting edge technologies from ZoneAlarm and Check Point security experts designed to keep you safe while using the web.

*Chrome Extension security features
ZoneAlarm Web Secure Free Extension will protect you from phishing attacks and malicious documents download.
• Anti-Phishing                                                                                                                                    
ZoneAlarm Anti-Phishing protects your private information from a phishing attack while browsing online. It will scan all websites before letting you insert any personal information and will alert you whether it is a safe website or a phishing attempt. 
The Chrome extension gives you maximum security with optimal browsing experience as it only scans the website before inserting information.

• ZoneAlarm Threat Extraction
ZoneAlarm Threat Extraction allows you to safely download emailed and web-downloaded documents after removing any potential threats.

By clicking “Add to chrome”, I accept and agree to installing ZoneAlarm Web Secure Free as provided by the service and to the Terms of Use and Privacy Policy.”

Privacy policy - https://www.zonealarm.com/privacy

Terms of use - https://www.zonealarm.com/terms

Contact - https://www.zonealarm.com/about/contact

About us - https://www.zonealarm.com/about                    

Extension Basic Information

Name ZoneAlarm Web Secure Free ZoneAlarm Web Secure Free
ID nofdpbenickbjghcdhapegiimmdinblo
Official URL https://chromewebstore.google.com/detail/zonealarm-web-secure-free/nofdpbenickbjghcdhapegiimmdinblo
Description Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis
File Size 2.77 MB
Installation Count 28,313
Current Version 990.97.747
Last Updated 2023-10-12
Publish Date 2020-06-04
Rating 3.41/5 Total 17 Ratings
Developer https://suggest.zonealarm.com
Email [email protected]
Payment Type free
Extension Website https://www.zonealarm.com/software/web-secure-free
Privacy Policy Page URL https://www.checkpoint.com/privacy
Supported Languages de,en,fr,nl,no,da,es,es-419,it,pl,pt-BR,pt-PT,ro,fi,sv,cs,el,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ZoneAlarm Web Secure Free",
    "short_name": "ZoneAlarm",
    "version": "990.97.747",
    "ep_version": "",
    "manifest_version": 2,
    "homepage_url": "https:\/\/www.zonealarm.com\/software\/web-secure-free",
    "description": "Protects users from advanced malware, phishing and zero-day attacks by performing real-time analysis",
    "icons": {
        "16": "data\/icons\/CheckPointLogo_16.png",
        "48": "data\/icons\/CheckPointLogo_48.png",
        "128": "data\/icons\/CheckPointLogo_128.png"
    },
    "background": {
        "scripts": [
            "data\/homoglyph.js",
            "data\/psl.min.js",
            "data\/common.js",
            "data\/cryptoJS-sha1.js",
            "data\/cryptoJS-lib-typedarrays-min.js",
            "data\/cryptoJS-hmac-sha256.js",
            "data\/cryptoJS-pbkdf2.js",
            "data\/cryptoJS-aes.js",
            "data\/utils.js",
            "data\/caching.js",
            "data\/cloud_auth.js",
            "data\/fetch_wrapper.js",
            "data\/telemetry.js",
            "data\/web_reputation_feedback.js",
            "data\/cp_cloud_service.js",
            "data\/storage_schema.js",
            "data\/storage_wrapper.js",
            "data\/eventlog.js",
            "data\/eventlog_dispatcher.js",
            "data\/eventlog_aggregator.js",
            "data\/eventlog_builder.js",
            "data\/management.js",
            "data\/web_reputation.js",
            "data\/web_reputation_zp.js",
            "data\/hooks.js",
            "data\/logging_utils.js",
            "data\/policy_utils.js",
            "data\/product_utils.js",
            "data\/file_protection.js",
            "data\/edr_contract.js",
            "data\/edr_data_aggregation.js",
            "data\/password_reuse_background.js",
            "data\/zero_phishing_background.js",
            "data\/url_reputation_backgraund.js",
            "data\/feature_flags.js",
            "data\/smart_exclusions.js",
            "data\/file_protection_upload.js",
            "data\/web_reputation_ioc.js",
            "data\/edr_data_upload.js",
            "data\/networkRecord.js",
            "data\/forensics_events.js",
            "data\/periodic_events.js",
            "data\/zlib.js",
            "data\/background_utils.js",
            "data\/url_filtering.js",
            "data\/urlf_utils.js",
            "urlf.js",
            "page_filtering.js",
            "data\/umd.js",
            "data\/indexDB.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/suggest.zonealarm.com\/ blob:; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "downloads",
        "downloads.open",
        "storage",
        "unlimitedStorage",
        "notifications",
        "tabs",
        "activeTab",
        "history",
        "webNavigation",
        "contextMenus",
        "background",
        "",
        "identity",
        "alarms"
    ],
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "data\/icons\/CheckPointLogo_19.png"
        },
        "default_title": "ZoneAlarm Web Secure",
        "default_popup": "data\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "data\/cryptoJS-sha1.js",
                "data\/cryptoJS-lib-typedarrays-min.js",
                "data\/homoglyph.js",
                "data\/utils.js",
                "data\/password_reuse_contentscript.js",
                "data\/url_reputation_contentscript.js",
                "data\/zero_phishing_contentscript.js",
                "data\/upload_protection_contentscript.js",
                "data\/dlp_contentscript.js",
                "data\/contentscript_utils.js",
                "data\/favicon_fetcher.js",
                "data\/common.js",
                "data\/hooks.js",
                "data\/content_script.js"
            ],
            "match_about_blank": true,
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "data\/css\/Toast.css",
        "data\/icons\/cancel.png"
    ],
    "storage": {
        "managed_schema": "schema.json"
    },
    "options_page": "data\/options.html",
    "incognito": "split"
}