GDPR Privacy Monitor

Browser extension for traceroute web privacy & web GDPR compliance

ما هو GDPR Privacy Monitor؟

GDPR Privacy Monitor هو إضافة Chrome تم تطويرها بواسطة Usercentrics GmbH، والميزة الرئيسية لها هي "Browser extension for traceroute web privacy & web GDPR compliance".

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

screenshot
screenshot

تحميل ملف CRX للإضافة GDPR Privacy Monitor

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

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

                        GDPR Privacy Monitor enables users to monitor the individual GDPR privacy compliance of Websites. Transparency is one of the core values of GDPR, making it important for users to find and monitor each and every 3rd party request and/or cookie tracking.

After monitoring a website, you will receive a report with this information
- User Information
- 3rd party request list
- Redirects
- 1st party cookies
- 3rd party cookies
- localStorage
- sessionStorage
- 3rd party requests
- 3rd party pixel tracking
- xmlhttprequest
- sub_frame                    

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

الاسم GDPR Privacy Monitor GDPR Privacy Monitor
ID dmbjkkhalahkdlhkenenbmffkfdjaheb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/gdpr-privacy-monitor/dmbjkkhalahkdlhkenenbmffkfdjaheb
الوصف Browser extension for traceroute web privacy & web GDPR compliance
حجم الملف 977 KB
عدد التثبيتات 25
النسخة الحالية 1.0.0.6
آخر تحديث 2020-03-19
تاريخ النشر 2020-03-18
المطور Usercentrics GmbH
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://usercentrics.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "manifest_version": 2,
    "name": "GDPR Privacy Monitor",
    "description": "Browser extension for traceroute web privacy & web GDPR compliance",
    "permissions": [
        "",
        "cookies",
        "identity",
        "identity.email",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/apis.google.com https:\/\/content.googleapis.com; object-src 'self'",
    "background": {
        "scripts": [
            "\/scripts\/background.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/background\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "96": "icons\/96.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        }
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.6",
    "version_name": "1.0.0.6",
    "oauth2": {
        "client_id": "834690768937-qlotmsiql0ipsuq8ohf186op25ieirco.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive",
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "minimum_chrome_version": "69.0.0",
    "author": "Usercentrics GmbH"
}