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. 擴展基本資訊
| 名稱 | |
| ID | nbicokodplfghgllebkialdbpdljfinc |
| 官方網址 | 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
} | |