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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |