The Scholarship System
Imports scholarship details into user's account
Apa itu The Scholarship System?
The Scholarship System adalah ekstensi Chrome yang dikembangkan oleh https://thescholarshipsystem.com, dan fitur utamanya adalah "Imports scholarship details into user's account".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi The Scholarship System
Unduh file ekstensi The Scholarship System 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
The extension syncs with the scholarship system app which is available on iOS: https://itunes.apple.com/us/app/scholarship-system/id1102967717?mt=8 Learn more how to use both at https://thescholarshipsystem.com/app
Informasi Dasar Ekstensi
Nama | The Scholarship System |
ID | kdhfhegimikbpmpnmkcdbmeijhgifodc |
URL Resmi | https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc |
Deskripsi | Imports scholarship details into user's account |
Ukuran File | 801 KB |
Jumlah Instalasi | 1,514 |
Versi Saat Ini | 0.16 |
Terakhir Diperbarui | 2024-02-15 |
Tanggal Publikasi | 2020-01-26 |
Penilaian | 4.86/5 Total 7 Penilaian |
Pengembang | https://thescholarshipsystem.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.thescholarshipsystem.com |
URL Halaman Bantuan | https://www.thescholarshipsystem.com |
URL Halaman Kebijakan Privasi | https://www.thescholarshipsystem.com/privacy-policy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "0.16", "description": "__MSG_extensionDescription__", "permissions": [ "storage", "activeTab", "nativeMessaging", "scripting" ], "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon128.png" }, "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |