Ums - Husc Analyst

Ums - Husc Analyst

Tiện ích này giúp bạn quản lý, thống kê điểm của bạn, dành cho các bạn theo học tại Đại học Khoa học Huế và Đại học Ngoại ngữ Huế

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Ums - Husc Analyst",
  "manifest_version": 3,
  "version": "2.1.1",
  "description": "Tiện ích này giúp bạn quản lý, thống kê điểm của bạn, dành cho các bạn theo học tại Đại học Khoa học Huế và Đại học Ngoại ngữ Huế",
  "icons": {
    "32": "images/logo_64.png",
    "64": "images/logo_64.png",
    "128": "images/logo_128.png"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "minimum_chrome_version": "92",
  "action": {
    "default_title": "Ums - Husc Analyst",
    "default_icon": "images/logo_128.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://student.husc.edu.vn/*",
        "https://student.husc.edu.vn/*",
        "https://student.huflis.edu.vn/*"
      ],
      "css": [
        "css/define.css",
        "css/custom.css",
        "css/jquery-confirm.css"
      ],
      "js": [
        "scripts/jquery-3.4.1.js",
        "scripts/bootstrap.min.js",
        "scripts/jquery-confirm.js",
        "scripts/chart.js",
        "scripts/event.js",
        "scripts/content.js",
        "scripts/xlsx.full.min.js",
        "scripts/analyst.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modal.html",
        "modal_course.html",
        "toolbox.html",
        "toolbox-study-result.html",
        "modal_course_node.html"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "storage",
    "notifications"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; object-src 'self'; connect-src 'self' https://www.google-analytics.com/;"
  }
}