تصدير لاكسل (Runen.com)

تصدير لاكسل (Runen.com)

اظافة تصدير اكسل الى نور

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "تصدير لاكسل (Runen.com)",
  "description": "اظافة تصدير اكسل الى نور",
  "version": "0.1.0",
  "manifest_version": 3,
  "icons": {
    "128": "img/icon.png"
  },
  "background": {
    "service_worker": "assets/js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "/assets/js/start.js"
      ],
      "matches": [
        "https://schools.madrasati.sa/*",
        "https://web.whatsapp.com/*",
        "https://noor.moe.gov.sa/*"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "img/icon.png"
    }
  }
}