Synergy Addons
Lots of modifications to Synergy StudentVUE!
Synergy Addonsคืออะไร?
Synergy Addons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://synergy.js.org และคุณลักษณะหลักของมันคือ "Lots of modifications to Synergy StudentVUE!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Synergy Addons
ดาวน์โหลดไฟล์ส่วนขยาย 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 | 
| 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
}  |  |