BCA GPA 2019
BCA GPA 2019
BCA GPA 2019とは何ですか?
BCA GPA 2019はbodnar.alecによって開発されたChromeの拡張機能で、その主な機能は「BCA GPA 2019」です。
拡張機能のスクリーンショット
BCA GPA 2019拡張機能のCRXファイルをダウンロード
BCA GPA 2019拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | mfbjdojepinmmdchcjgimnolkoocnnlc |
公式URL | https://chrome.google.com/webstore/detail/bca-gpa-2019/mfbjdojepinmmdchcjgimnolkoocnnlc |
説明 | BCA GPA 2019 |
ファイルサイズ | 10.95 KB |
インストール数 | 797 |
現在のバージョン | 1.2.1 |
最終更新日 | 2019-12-11 |
公開日 | 2019-12-11 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | bodnar.alec |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | http://bcts.bergen.org |
対応言語 | 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\/" ] } |