The Scholarship System
Imports scholarship details into user's account
Was ist The Scholarship System?
The Scholarship System ist eine Chrome-Erweiterung, die von https://thescholarshipsystem.com entwickelt wurde, und ihr Hauptmerkmal ist "Imports scholarship details into user's account".
Erweiterungsscreenshots
The Scholarship System-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Scholarship System-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | The Scholarship System |
ID | kdhfhegimikbpmpnmkcdbmeijhgifodc |
Offizielle URL | https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc |
Beschreibung | Imports scholarship details into user's account |
Dateigröße | 801 KB |
Installationsanzahl | 1,514 |
Aktuelle Version | 0.16 |
Letztes Update | 2024-02-15 |
Veröffentlichungsdatum | 2020-01-26 |
Bewertung | 4.86/5 Insgesamt 7 Bewertungen |
Entwickler | https://thescholarshipsystem.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.thescholarshipsystem.com |
Hilfeseite URL | https://www.thescholarshipsystem.com |
URL der Datenschutzrichtlinien-Seite | https://www.thescholarshipsystem.com/privacy-policy |
Unterstützte Sprachen | 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:\/\/*\/*", " |