Proofmarked.com

Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.

Was ist Proofmarked.com?

Proofmarked.com ist eine Chrome-Erweiterung, die von https://proofmarked.com entwickelt wurde, und ihr Hauptmerkmal ist "Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Proofmarked.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Proofmarked.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Proofmarked allows you to know you are where you think you are as you surf the web. 
So, you can easily tell the difference between a legitimate website and a malicious one.

Protecting for example your online accounts from phishing, such as: Microsoft, Google, Netflix, Facebook, Instagram, etc.
But also, your bank parcel delivery or hotel reservation website.

Proofmarked is, by nature, a B2B2C SaaS platform, so our added value will grow exponentially with adoption. 
Feel free to share it with friends and family. 
To keep them safer online.                    

Grundlegende Informationen zur Erweiterung

Name Proofmarked.com Proofmarked.com
ID fmnjogbppideegmghbcimbggpadcogpc
Offizielle URL https://chromewebstore.google.com/detail/proofmarkedcom/fmnjogbppideegmghbcimbggpadcogpc
Beschreibung Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.
Dateigröße 78.29 KB
Installationsanzahl 51
Aktuelle Version 1.0.1
Letztes Update 2024-01-01
Veröffentlichungsdatum 2023-11-20
Bewertung 5.00/5 Insgesamt 12 Bewertungen
Entwickler https://proofmarked.com
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Proofmarked.com",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.",
    "icons": {
        "48": "proof.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*\/*"
        ]
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": {
            "48": "proof.png"
        },
        "default_title": "click to see if this website is Proofmarked",
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script.js-loader-da385dda.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "allow.json"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content-script.js-3f2702d7.js"
            ],
            "use_dynamic_url": true
        }
    ]
}