BCA GPA 4.0

BCA GPA 4.0

Apa itu BCA GPA 4.0?

BCA GPA 4.0 adalah ekstensi Chrome yang dikembangkan oleh bcaGhost, dan fitur utamanya adalah "BCA GPA 4.0".

Unduh Berkas CRX Ekstensi BCA GPA 4.0

Unduh file ekstensi BCA GPA 4.0 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama BCA GPA 4.0 BCA GPA 4.0
ID eodgkjfnihokcdlcmlikaomihnllgjil
URL Resmi https://chromewebstore.google.com/detail/bca-gpa-40/eodgkjfnihokcdlcmlikaomihnllgjil
Deskripsi BCA GPA 4.0
Ukuran File 6.6 KB
Jumlah Instalasi 140
Versi Saat Ini 4.0
Terakhir Diperbarui 2018-05-05
Tanggal Publikasi 2018-05-05
Penilaian 5.00/5 Total 2 Penilaian
Pengembang bcaGhost
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}