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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
        }
    ]
}