BCA GPA 2019
BCA GPA 2019
Wat is BCA GPA 2019?
BCA GPA 2019 is een Chrome-extensie ontwikkeld door bodnar.alec, en de belangrijkste functie is "BCA GPA 2019".
Extensie Screenshots
Download het CRX-bestand van de extensie BCA GPA 2019
Download BCA GPA 2019-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Updated version of BCA GPA extension created by nimus0108 Update by Alec Bodnar and Arjun Nair Original extension: https://chrome.google.com/webstore/detail/bca-gpa/kghamhhmjmebnijfiadominicmmpiole Lightweight chrome extension that inserts a student's GPA directly into PowerSchool.
Basisinformatie over de Extensie
Naam | |
ID | mfbjdojepinmmdchcjgimnolkoocnnlc |
Officiële URL | https://chrome.google.com/webstore/detail/bca-gpa-2019/mfbjdojepinmmdchcjgimnolkoocnnlc |
Beschrijving | BCA GPA 2019 |
Bestandsgrootte | 10.95 KB |
Aantal Installaties | 797 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2019-12-11 |
Publicatiedatum | 2019-12-11 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | bodnar.alec |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | http://bcts.bergen.org |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BCA GPA 2019", "short_name": "BCAGPA", "description": "BCA GPA 2019", "version": "1.2.1", "content_scripts": [ { "matches": [ "https:\/\/ps01.bergen.org\/guardian\/home.html", "https:\/\/ps001.bergen.org\/guardian\/home.html" ], "js": [ "gpa.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |