Scamdoc

Protect yourself against scams!

ما هو Scamdoc؟

Scamdoc هو إضافة Chrome تم تطويرها بواسطة https://scamdoc.com، والميزة الرئيسية لها هي "Protect yourself against scams!".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Scamdoc

قم بتنزيل ملفات الامتداد Scamdoc بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Surf safely, the ScamDOC extension is watching over you!

This Chrome extension instantly checks the trustworthiness of sites you are surfing and informs you when the risk level is high.
 
The ScamDoc extension is an online risk assessment tool that informs you in real-time of the potential risks of any sites you visit. An easy to read color indicator icon will be displayed according to the risk level. When you surf risky sites, the icon turns red and a window appears in front of your eyes to catch your attention.
 
The rest of the time, when you navigate on less risky areas, the extension knows how to be forgotten but stays within sight of your eyes near the top search bar. This extension is the ultimate weapon to guard against online fraud!
 
HOW DOES SCAMDOC WORK?
 
To protect you and thus display a real-time confidence score, the extension uses an Artificial Intelligence algorithm. It is a statistical model created from lists of fraudulent and trusted sites designated by a community of millions of Internet users.
 
When a site catches your eye and invites you to make a purchase, a simple click on the extension icon displays more details: Confidence score, Owner information, technical data on the server ...

An automated report is displayed with, in some cases, additional customer notifications.
 
If you suspect the site to be fraudulent, you can directly report it as a scam! Your contribution helps to actively protect all users.
 
Install the SCAMDOC extension! You will contribute to a safer internet for everyone!
 
CONFIDENTIALITY

To give you a real-time trust score, the extension uses your search data and browsing history, anonymously.

No personal data is processed by the extension: No email address nor IP address ..
Heretic SAS adheres to the GPDRS regulation applicable across Europe                    

معلومات أساسية عن التمديد

الاسم Scamdoc Scamdoc
ID fojbeoliffkbkfgaehkoeeihphibcjdk
عنوان URL الرسمي https://chromewebstore.google.com/detail/scamdoc/fojbeoliffkbkfgaehkoeeihphibcjdk
الوصف Protect yourself against scams!
حجم الملف 259 KB
عدد التثبيتات 3,749
النسخة الحالية 1.0.0
آخر تحديث 2022-12-19
تاريخ النشر 2019-11-06
تقييم 4.43/5 مجموع تقييمات 7
المطور https://scamdoc.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scamdoc",
    "version": "1.0.0",
    "description": "__MSG_app_desc__",
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "management"
    ],
    "host_permissions": [
        "https:\/\/sb.scamdoc.com\/",
        "https:\/\/api.scampredictor.com\/"
    ],
    "default_locale": "fr",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lightbox.js"
            ],
            "css": [
                "css\/lightbox.css"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo-16.png",
            "32": "images\/logo-32.png",
            "48": "images\/logo-48.png",
            "128": "images\/logo-128.png"
        }
    },
    "icons": {
        "16": "images\/logo-16.png",
        "32": "images\/logo-32.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "manifest_version": 3
}