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ファイルをダウンロード

Neodata Group Toolbox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    ]
}