Synergy Addons

Lots of modifications to Synergy StudentVUE!

什么是Synergy Addons?

Synergy Addons是由https://synergy.js.org开发的Chrome扩展程序,该扩展的主要功能是“Lots of modifications to Synergy StudentVUE!”。

扩展截图

下载Synergy Addons扩展crx文件

下载Synergy Addons扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Synergy Addons Synergy Addons
ID nbicokodplfghgllebkialdbpdljfinc
官方URL https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc
简介 Lots of modifications to Synergy StudentVUE!
文件大小 510 KB
安装次数 93
当前版本 3.0.0
更新时间 2022-10-19
上架时间 2020-06-26
评分 4.75/5 共12次评分
开发者 https://synergy.js.org
电子邮箱 [email protected]
付费类型 free
扩展官网 https://synergy.js.org
帮助页面URL https://synergy.js.org
隐私政策页面URL https://synergyaddons.github.io/synergy-addons/privacy
支持的语言 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
}