The Scholarship System

Imports scholarship details into user's account

什么是The Scholarship System?

The Scholarship System是由https://thescholarshipsystem.com开发的Chrome扩展程序,该扩展的主要功能是“Imports scholarship details into user's account”。

扩展截图

screenshot

下载The Scholarship System扩展crx文件

下载The Scholarship System扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 The Scholarship System The Scholarship System
ID kdhfhegimikbpmpnmkcdbmeijhgifodc
官方URL https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc
简介 Imports scholarship details into user's account
文件大小 801 KB
安装次数 1,514
当前版本 0.16
更新时间 2024-02-15
上架时间 2020-01-26
评分 4.86/5 共7次评分
开发者 https://thescholarshipsystem.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.thescholarshipsystem.com
帮助页面URL https://www.thescholarshipsystem.com
隐私政策页面URL https://www.thescholarshipsystem.com/privacy-policy
支持的语言 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}