Synergy Addons

Lots of modifications to Synergy StudentVUE!

Synergy Addons là gì?

Synergy Addons là một tiện ích mở rộng Chrome được phát triển bởi https://synergy.js.org, và tính năng chính của nó là "Lots of modifications to Synergy StudentVUE!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

Tải xuống tệp CRX của tiện ích mở rộng Synergy Addons

Tải xuống các tệp mở rộng Synergy Addons dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Synergy Addons Synergy Addons
ID nbicokodplfghgllebkialdbpdljfinc
URL Chính Thức https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc
Mô tả Lots of modifications to Synergy StudentVUE!
Kích Thước Tệp 510 KB
Số Lần Cài Đặt 93
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-10-19
Ngày Phát Hành 2020-06-26
Đánh Giá 4.75/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://synergy.js.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://synergy.js.org
URL Trang Trợ Giúp https://synergy.js.org
URL Trang Chính Sách Bảo Mật https://synergyaddons.github.io/synergy-addons/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}