GDPR Privacy Monitor

Browser extension for traceroute web privacy & web GDPR compliance

GDPR Privacy Monitor란 무엇입니까?

GDPR Privacy Monitor은(는) Usercentrics GmbH에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Browser extension for traceroute web privacy & web GDPR compliance"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GDPR Privacy Monitor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 URL 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"
}