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
公式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
Eメール [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
        }
    ]
}