Neodata Group Toolbox

Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.

Neodata Group Toolbox란 무엇입니까?

Neodata Group Toolbox은(는) Neodata Group에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Neodata Group Toolbox 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Neodata Toolbox is a free Chrome extension that helps you to validate exaudi tags installed on your own domain. You can now check and be sure your tags are working correctly in one click! 
The toolbox analyses the exaudi tags installed on a webpage and displays:
- a status of tag found or no tag found;
- key details such as tag id,  company id, URL, Cookie Matching;
- pageview and custom events information.

How do I use the toolbox?  
Navigate to any webpage, click on the Neodata Toolbox extension on top right of the navigation bar and you will see tag details for that page. Verifying your tags has never been easier.                    

확장 프로그램 기본 정보

이름 Neodata Group Toolbox Neodata Group Toolbox
ID pjmhjjjhlfggdffolnfcbccdbpaonbdb
공식 URL https://chromewebstore.google.com/detail/neodata-group-toolbox/pjmhjjjhlfggdffolnfcbccdbpaonbdb
설명 Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.
파일 크기 555 KB
설치 횟수 70
현재 버전 1.4
최근 업데이트 2021-02-04
출시 날짜 2020-03-25
개발자 Neodata Group
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.neodatagroup.com/en/security-policy/neodata-privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Neodata Group Toolbox",
    "short_name": "neoToolbox",
    "description": "Validate exaudi tags in one click. Check instantly tag details for a webpage, including custom event information.",
    "version": "1.4",
    "icons": {
        "48": "toolbox\/images\/icon_48.png",
        "128": "toolbox\/images\/icon_128.png"
    },
    "permissions": [
        "storage",
        "",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.neodadatagroup.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "toolbox\/images\/icon_128.png",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "toolbox\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "toolbox\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}