원셀SCM 크롬 플러그인 2.0

원셀SCM 크롬 플러그인 2.0

원셀SCM 크롬 플러그인 2.0.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "원셀SCM 크롬 플러그인 2.0",
  "version": "2.0",
  "description": "원셀SCM 크롬 플러그인 2.0.",
  "permissions": [
    "cookies",
    "http://*.onesell.co.kr/*",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "*://localhost:*/*",
      "*://*.onesell.co.kr/*"
    ]
  },
  "manifest_version": 2
}