UbiSit Classroom Connector Firefox

Examine source code of UbiSit Classroom Connector

Inspect and view changes in UbiSit Classroom Connector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UbiSit Classroom Connector",
  "version": "1.6.11",
  "description": "Export student lists from educational platforms to UbiSit for seamless classroom seating arrangements.",
  "author": "Soren Starck",
  "browser_specific_settings": {
    "gecko": {
      "id": "ubisit-classroom-connector@soren-starck.com",
      "strict_min_version": "109.0"
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*.pronote.com/*",
    "*://*.index-education.net/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.pronote.com/*",
        "*://*.index-education.net/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "UbiSit Classroom Connector",
    "default_icon": {
      "16": "icons/favicon-16x16.png",
      "32": "icons/favicon-32x32.png",
      "48": "icons/favicon-32x32.png",
      "128": "icons/android-chrome-192x192.png"
    }
  },
  "icons": {
    "16": "icons/favicon-16x16.png",
    "32": "icons/favicon-32x32.png",
    "48": "icons/favicon-32x32.png",
    "128": "icons/android-chrome-192x192.png"
  },
  "homepage_url": "https://ubisit.forge.apps.education.fr/ubisit-plan-de-classe-aleatoire/",
  "content_security_policy": "script-src 'self'; object-src 'self'"
}

Best UbiSit Classroom Connector Alternatives

Here are some Firefox add-ons that are similar to UbiSit Classroom Connector: