Synergy Addons

Lots of modifications to Synergy StudentVUE!

Was ist Synergy Addons?

Synergy Addons ist eine Chrome-Erweiterung, die von https://synergy.js.org entwickelt wurde, und ihr Hauptmerkmal ist "Lots of modifications to Synergy StudentVUE!".

Erweiterungsscreenshots

Synergy Addons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Synergy Addons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Please Note: When installing Synergy Addons for Google Chrome™, you will receive a warning that Synergy Addons will receive access to your browsing history and data. This is a standard message - we NEVER collect any user information.

Our Synergy Addons extension adds new features to Synergy StudentVUE, which is a student dashboard.                    

Grundlegende Informationen zur Erweiterung

Name Synergy Addons Synergy Addons
ID nbicokodplfghgllebkialdbpdljfinc
Offizielle URL https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc
Beschreibung Lots of modifications to Synergy StudentVUE!
Dateigröße 510 KB
Installationsanzahl 93
Aktuelle Version 3.0.0
Letztes Update 2022-10-19
Veröffentlichungsdatum 2020-06-26
Bewertung 4.75/5 Insgesamt 12 Bewertungen
Entwickler https://synergy.js.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://synergy.js.org
Hilfeseite URL https://synergy.js.org
URL der Datenschutzrichtlinien-Seite https://synergyaddons.github.io/synergy-addons/privacy
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Synergy Addons",
    "version": "3.0.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/wa-bsd405-psv.edupoint.com\/*"
            ],
            "js": [
                "content.js",
                "studentid.js",
                "dark.js",
                "calender.js",
                "greeting.js",
                "a.js",
                "messages.js",
                "assessments.js",
                "login.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo\/16x16icon.png",
            "24": "images\/logo\/24x24icon.png",
            "32": "images\/logo\/32x32icon.png",
            "48": "images\/logo\/32x32icon.png",
            "64": "images\/logo\/64x64icon.png",
            "128": "images\/logo\/128x128icon.png"
        }
    },
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "tabs"
    ],
    "description": "Lots of modifications to Synergy StudentVUE!",
    "manifest_version": 2
}