アドエビス タグチェックツール

アドエビスの設置いただいたタグが、正しく反応しているかを確認いただくことができます。

What is アドエビス タグチェックツール?

アドエビス タグチェックツール is a Chrome extension developed by 株式会社イルグルム, and its main feature is "アドエビスの設置いただいたタグが、正しく反応しているかを確認いただくことができます。".

Extension Screenshots

screenshot

Download アドエビス タグチェックツール Extension CRX File

Download アドエビス タグチェックツール extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        「タグがきちんと設置できているのか不安!」「管理画面に数字が反映されるまでテスト結果が分からない!」といったお悩みをスッキリと解消できるツールです。

設置したタグが正常に反応しているか診断してくれるので、タグの反応を設置直後に確認することができます。
とても便利な機能なので、是非ご活用ください!                    

Extension Basic Information

Name アドエビス タグチェックツール アドエビス タグチェックツール
ID licjldddgkjclngbndikedehgheknhbk
Official URL https://chromewebstore.google.com/detail/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9-%E3%82%BF%E3%82%B0%E3%83%81%E3%82%A7%E3%83%83%E3%82%AF%E3%83%84%E3%83%BC%E3%83%AB/licjldddgkjclngbndikedehgheknhbk
Description アドエビスの設置いただいたタグが、正しく反応しているかを確認いただくことができます。
File Size 62.12 KB
Installation Count 2,558
Current Version 2.0.2
Last Updated 2021-01-06
Publish Date 2019-09-26
Developer 株式会社イルグルム
Email [email protected]
Payment Type free
Extension Website https://www.ebis.ne.jp/
Help Page URL https://support.ebis.ne.jp/search_want/measurement-search_want/3013/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30a2\u30c9\u30a8\u30d3\u30b9 \u30bf\u30b0\u30c1\u30a7\u30c3\u30af\u30c4\u30fc\u30eb",
    "version": "2.0.2",
    "description": "\u30a2\u30c9\u30a8\u30d3\u30b9\u306e\u8a2d\u7f6e\u3044\u305f\u3060\u3044\u305f\u30bf\u30b0\u304c\u3001\u6b63\u3057\u304f\u53cd\u5fdc\u3057\u3066\u3044\u308b\u304b\u3092\u78ba\u8a8d\u3044\u305f\u3060\u304f\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/jquery-ui.min.js",
                "js\/contentscript.js",
                "js\/common.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "js\/jquery-1.11.3.min.js",
        "js\/jquery-ui.min.js",
        "ebis_tag_checker_box.html",
        "images\/*",
        "css\/ebis_tag_checker_box.css"
    ],
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}