Synergy Addons

Lots of modifications to Synergy StudentVUE!

What is Synergy Addons?

Synergy Addons is a Chrome extension developed by https://synergy.js.org, and its main feature is "Lots of modifications to Synergy StudentVUE!".

Extension Screenshots

Download Synergy Addons Extension CRX File

Download Synergy Addons extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Synergy Addons Synergy Addons
ID nbicokodplfghgllebkialdbpdljfinc
Official URL https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc
Description Lots of modifications to Synergy StudentVUE!
File Size 510 KB
Installation Count 93
Current Version 3.0.0
Last Updated 2022-10-19
Publish Date 2020-06-26
Rating 4.75/5 Total 12 Ratings
Developer https://synergy.js.org
Email [email protected]
Payment Type free
Extension Website https://synergy.js.org
Help Page URL https://synergy.js.org
Privacy Policy Page URL https://synergyaddons.github.io/synergy-addons/privacy
Supported Languages 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
}