Proofmarked.com

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

Proofmarked.com क्या है?

Proofmarked.com https://proofmarked.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Proofmarked.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Proofmarked.com Proofmarked.com
ID fmnjogbppideegmghbcimbggpadcogpc
आधिकारिक URL https://chromewebstore.google.com/detail/proofmarkedcom/fmnjogbppideegmghbcimbggpadcogpc
विवरण Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.
फ़ाइल का आकार 78.29 KB
स्थापना संख्या 51
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2024-01-01
प्रकाशन तिथि 2023-11-20
रेटिंग 5.00/5 कुल 12 रेटिंग्स
डेवलपर https://proofmarked.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
        }
    ]
}