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

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

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "アドエビス タグチェックツール",
  "version": "2.0.2",
  "description": "アドエビスの設置いただいたタグが、正しく反応しているかを確認いただくことができます。",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "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",
    "<all_urls>"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2
}