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
Eメール [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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}