ヤマトのお問い合わせシステム

ヤマトのお問い合わせシステム

ヤマトのお問い合わせシステム

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ヤマトのお問い合わせシステム",
  "manifest_version": 2,
  "version": "2.2",
  "description": "ヤマトのお問い合わせシステム",
  "browser_action": {
    "default_icon": "1.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "yamato.js"
      ]
    }
  ]
}