Proofmarked.com

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

什麼是Proofmarked.com?

Proofmarked.com是由https://proofmarked.com開發的Chrome擴展程式,該擴展的主要功能是“Proofmarked has truly made cybersecurity human-centric, giving you fair advantages over cybercriminals.”。

擴展截圖

screenshot
screenshot
screenshot

下載Proofmarked.com擴展crx文件

下載Proofmarked.com擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    ]
}