صح للرصد

صح للرصد

يمكنك صح لرصد درجات الطلاب من برنامج صح للمدرسة

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "صح للرصد",
  "version": "0.0.0.3",
  "description": "يمكنك صح لرصد درجات الطلاب من برنامج صح للمدرسة",
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://noor.moe.gov.sa/*"
      ],
      "resources": [
        "icons/128.png"
      ]
    }
  ],
  "author": "شركة الصح لتقنية المعلومات",
  "action": {
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "https://noor.moe.gov.sa/*"
      ]
    }
  ]
}