Synergy Addons
Lots of modifications to Synergy StudentVUE!
Wat is Synergy Addons?
Synergy Addons is een Chrome-extensie ontwikkeld door https://synergy.js.org, en de belangrijkste functie is "Lots of modifications to Synergy StudentVUE!".
Extensie Screenshots
Download het CRX-bestand van de extensie Synergy Addons
Download Synergy Addons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Synergy Addons |
ID | nbicokodplfghgllebkialdbpdljfinc |
Officiële URL | https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc |
Beschrijving | Lots of modifications to Synergy StudentVUE! |
Bestandsgrootte | 510 KB |
Aantal Installaties | 93 |
Huidige Versie | 3.0.0 |
Laatst Bijgewerkt | 2022-10-19 |
Publicatiedatum | 2020-06-26 |
Beoordeling | 4.75/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://synergy.js.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://synergy.js.org |
Help Pagina-URL | https://synergy.js.org |
URL van de Privacybeleid Pagina | https://synergyaddons.github.io/synergy-addons/privacy |
Ondersteunde Talen | 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 } |