The Scholarship System
Imports scholarship details into user's account
Vad är The Scholarship System?
The Scholarship System är en Chrome-tillägg utvecklad av https://thescholarshipsystem.com, och dess huvudfunktion är "Imports scholarship details into user's account".
Tilläggsskärmbilder
Ladda ner The Scholarship System-förlängningens CRX-fil
Ladda ner The Scholarship System-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | The Scholarship System |
ID | kdhfhegimikbpmpnmkcdbmeijhgifodc |
Officiell webbadress | https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc |
Beskrivning | Imports scholarship details into user's account |
Filstorlek | 801 KB |
Antal Installationer | 1,514 |
Aktuell Version | 0.16 |
Senast Uppdaterad | 2024-02-15 |
Publiceringsdatum | 2020-01-26 |
Betyg | 4.86/5 Totalt 7 Betyg |
Utvecklare | https://thescholarshipsystem.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.thescholarshipsystem.com |
Hjälpsida URL | https://www.thescholarshipsystem.com |
URL till Sekretesspolicy Sidan | https://www.thescholarshipsystem.com/privacy-policy |
Stödda Språk | 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:\/\/*\/*", " |