AliPrice ERP for Korea

AliPrice ERP for Korea

AliPrice ERP for Korea Integrate Taobao automatic ordering and other practical functions to help you quickly improve work…

Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_EXTENSION_NAME__",
  "short_name": "__MSG_EXTENSION_NAME__",
  "description": "__MSG_EXTENSION_DESCRIPTION__",
  "version": "2.0.7",
  "manifest_version": 3,
  "default_locale": "ko",
  "homepage_url": "https://www.aliprice.com?ext_id=10356&channel=chrome&platform=aliprice_erp_for_korean&version=2.0.7&browser=chrome&mv=3",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "background": {
    "service_worker": "assets/js/background-service-worker.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "assets/js/chunk-vendors.js",
        "assets/js/content-script.js"
      ],
      "css": [
        "assets/css/content-script.css"
      ]
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end",
      "js": [
        "assets/js/chunk-vendors.js",
        "assets/js/js-147a3ad7-8065-47a6-bf19-8108f8505afb.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png"
    }
  },
  "permissions": [
    "alarms",
    "cookies",
    "notifications",
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}