Cookie Compliance Audit Tool

With the audit tool from Cookie Information you can quickly test if your website has compliance issues according to GDPR & ePrivacy

Cookie Compliance Audit Tool란 무엇입니까?

Cookie Compliance Audit Tool은(는) https://cookieinformation.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "With the audit tool from Cookie Information you can quickly test if your website has compliance issues according to GDPR & ePrivacy"입니다.

확장 프로그램 스크린샷

screenshot

Cookie Compliance Audit Tool 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will quickly assess whether a website is cookie compliant or not. The Cookie Compliance Audit Tool assesses if a website meets the necessary requirements for complying with current personal data regulations (ePrivacy and GDPR). 

In the extension you can get information on the website's data sharing; if it has a cookie consent pop-up; if you can say no to cookies (opt-out); if there is prior consent (are cookies held back before you give consent) and if the website has a cookie policy. 

You can assess any website - including your own - to measure whether you meet the necessary requirements for being ePrivacy and GDPR compliant. 
You can also download the results (pdf) and if you would like an in-depth report of your website's cookie compliance, you can book a demo with us at Cookie Information.

This extension is aimed at website owners, DPO’s and companies legal departments. It is ment to provide a quick overview of your website’s GDPR cookie compliance – if you would like an in-depth report, please contact Cookie Information.


Disclaimer:
This compliance report is based on only 1 URL (index). This will in no way reflect the compliance level of the whole website. We suggest you to get a more in-depth compliance audit at cookieinformation.com                    

확장 프로그램 기본 정보

이름 Cookie Compliance Audit Tool Cookie Compliance Audit Tool
ID mginbgceeeielfenknclfcfegblhpkpf
공식 URL https://chromewebstore.google.com/detail/cookie-compliance-audit-t/mginbgceeeielfenknclfcfegblhpkpf
설명 With the audit tool from Cookie Information you can quickly test if your website has compliance issues according to GDPR & ePrivacy
파일 크기 10.7 MB
설치 횟수 2,263
현재 버전 0.0.4
최근 업데이트 2019-11-19
출시 날짜 2019-11-18
평점 4.00/5 총 3 개의 평점
개발자 https://cookieinformation.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://cookieinformation.com/cookie-and-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cookie Compliance Audit Tool",
    "short_name": "Cookie Audit Tool",
    "version": "0.0.4",
    "manifest_version": 2,
    "description": "With the audit tool from Cookie Information you can quickly test if your website has compliance issues according to GDPR & ePrivacy",
    "icons": {
        "16": "img\/icons\/icon16.png",
        "48": "img\/icons\/icon48.png",
        "128": "img\/icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon19.png",
            "38": "img\/icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Cookie Compliance Audit Tool"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "json\/questions.json",
        "json\/flagged_cookies.json"
    ]
}