Synergy Addons
Lots of modifications to Synergy StudentVUE!
Cos'è Synergy Addons?
Synergy Addons è un'estensione di Chrome sviluppata da https://synergy.js.org, e la sua funzione principale è "Lots of modifications to Synergy StudentVUE!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Synergy Addons
Scarica i file di estensione Synergy Addons in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | nbicokodplfghgllebkialdbpdljfinc | 
| URL Ufficiale | https://chromewebstore.google.com/detail/synergy-addons/nbicokodplfghgllebkialdbpdljfinc | 
| Descrizione | Lots of modifications to Synergy StudentVUE! | 
| Dimensione del File | 510 KB | 
| Conteggio Installazioni | 93 | 
| Versione Corrente | 3.0.0 | 
| Ultimo Aggiornamento | 2022-10-19 | 
| Data di Pubblicazione | 2020-06-26 | 
| Valutazione | 4.75/5 Totale 12 Valutazioni | 
| Sviluppatore | https://synergy.js.org | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Sito Web dell'Estensione | https://synergy.js.org | 
| URL della Pagina di Aiuto | https://synergy.js.org | 
| URL della Pagina della Politica sulla Privacy | https://synergyaddons.github.io/synergy-addons/privacy | 
| Lingue Supportate | 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
}  |  |