The Scholarship System

Imports scholarship details into user's account

Wat is The Scholarship System?

The Scholarship System is een Chrome-extensie ontwikkeld door https://thescholarshipsystem.com, en de belangrijkste functie is "Imports scholarship details into user's account".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie The Scholarship System

Download The Scholarship System-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam The Scholarship System The Scholarship System
ID kdhfhegimikbpmpnmkcdbmeijhgifodc
Officiële URL https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc
Beschrijving Imports scholarship details into user's account
Bestandsgrootte 801 KB
Aantal Installaties 1,514
Huidige Versie 0.16
Laatst Bijgewerkt 2024-02-15
Publicatiedatum 2020-01-26
Beoordeling 4.86/5 Totaal 7 Beoordelingen
Ontwikkelaar https://thescholarshipsystem.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.thescholarshipsystem.com
Help Pagina-URL https://www.thescholarshipsystem.com
URL van de Privacybeleid Pagina https://www.thescholarshipsystem.com/privacy-policy
Ondersteunde Talen 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:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/contentInjected\/index.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "src\/pages\/contentUI\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon128.png",
                "icon34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}