BCA GPA 4.0
BCA GPA 4.0
BCA GPA 4.0とは何ですか?
BCA GPA 4.0はbcaGhostによって開発されたChromeの拡張機能で、その主な機能は「BCA GPA 4.0」です。
BCA GPA 4.0拡張機能のCRXファイルをダウンロード
BCA GPA 4.0拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Allows you to see your GPA if you attend BCA. Now with the new and improved version you can change your grades to see how it will affect your GPA. Now you'll know exactly what grades you need to get the GPA you want. Made by David, Arjun, Tyler, and Ansh.
拡張機能の基本情報
名前 | |
ID | eodgkjfnihokcdlcmlikaomihnllgjil |
公式URL | https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil |
説明 | BCA GPA 4.0 |
ファイルサイズ | 6.6 KB |
インストール数 | 140 |
現在のバージョン | 4.0 |
最終更新日 | 2018-05-05 |
公開日 | 2018-05-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | bcaGhost |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BCA GPA 4.0", "description": "BCA GPA 4.0", "version": "4.0", "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/ps01.bergen.org\/*" ], "js": [ "main.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |