Fraud Detector EU

Test the reliability of websites with with just two clicks. Prevent internet fraud

Fraud Detector EU là gì?

Fraud Detector EU là một tiện ích mở rộng Chrome được phát triển bởi https://fraud-detector.nl, và tính năng chính của nó là "Test the reliability of websites with with just two clicks. Prevent internet fraud".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fraud Detector EU

Tải xuống các tệp mở rộng Fraud Detector EU dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        By using this extension, you can easily and quickly test the reliability of a website. This comes in handy when you are about to make a purchase and doubt whether the website is legitimate.

How it works.
1.	Add the extension to Google Chrome.
2.	To use the extension, right-click on the webpage you are visiting.
3.	Click 'Test the reliability of the current website'.
4.	You will immediately see the result in Fraud Detector's website test.

You can also test the reliability of a link by right-clicking on the link, and then clicking: 'Test the reliablilty of the selected link'. 

How does the website test work?
Fraud Detector's website test checks whether a website is trustworthy. This is done using several tests. These include checking the age of the website, the type of certificate, whether it has a secure connection and much more. These tests are done at lightning speed, so you will see the results within moments. Want to know more about the website test? Visit https://fraud-detector.eu/test-the-reliability-of-websites/

What do we do with your data?
The extension of Fraud Detector only collects data from the website you visit at the time of reliability checking. We also check which language your computer uses, so we show you Dutch or English texts. We do not store data such as search results and personal data. Fraud Detector stands for safe browsing and privacy. You can find our privacy statement here: https://fraud-detector.eu/privacystatement/

About Fraud Detector
Fraud Detector is a Dutch-based initiative aimed at making the internet safer by combating internet fraud. The aim is to become a centralised platform where advice, information and services are combined in the field of internet fraud prevention. In doing so, we want to make our services as accessible as possible, both in price and use. The website and e-mail test will therefore remain available free of charge. After we have gained sufficient knowledge and experience within the Netherlands with validating companies behind websites, we want to make our services available for the rest of Europe.

In version 2.0.0, the extension has been made multilingual so that it can also be used on the English site of fraud detector.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fraud Detector EU Fraud Detector EU
ID pplemaglifhabkahiidaiacehddhbekh
URL Chính Thức https://chromewebstore.google.com/detail/fraud-detector-eu/pplemaglifhabkahiidaiacehddhbekh
Mô tả Test the reliability of websites with with just two clicks. Prevent internet fraud
Kích Thước Tệp 20.46 KB
Số Lần Cài Đặt 641
Phiên Bản Hiện Tại 2.1.1
Cập Nhật Lần Cuối 2023-10-13
Ngày Phát Hành 2022-05-19
Đánh Giá 4.33/5 Tổng số 6 Đánh Giá
Nhà Phát Triển https://fraud-detector.nl
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fraud-detector.nl
URL Trang Trợ Giúp https://fraud-detector.nl/contact/
URL Trang Chính Sách Bảo Mật https://fraud-detector.nl/privacystatement
Ngôn Ngữ Được Hỗ Trợ en,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "version": "2.1.1",
    "icons": {
        "16": "\/images\/fraud-detector-logo-16.png",
        "48": "\/images\/fraud-detector-logo-48.png",
        "128": "\/images\/fraud-detector-logo-128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/fraud-detector-logo-16.png",
            "48": "\/images\/fraud-detector-logo-48.png",
            "128": "\/images\/fraud-detector-logo-128.png"
        }
    },
    "background": {
        "service_worker": "eventPage.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/fraud-detector-logo-16.png"
            ],
            "matches": [
                "https:\/\/fraud-detector.nl\/*",
                "https:\/\/fraud-detector.eu\/*"
            ]
        }
    ]
}