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 |
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 |
Eメール | [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 } |