The Scholarship System

Imports scholarship details into user's account

The Scholarship System là gì?

The Scholarship System là một tiện ích mở rộng Chrome được phát triển bởi https://thescholarshipsystem.com, và tính năng chính của nó là "Imports scholarship details into user's account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng The Scholarship System

Tải xuống các tệp mở rộng The Scholarship System dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên The Scholarship System The Scholarship System
ID kdhfhegimikbpmpnmkcdbmeijhgifodc
URL Chính Thức https://chromewebstore.google.com/detail/the-scholarship-system/kdhfhegimikbpmpnmkcdbmeijhgifodc
Mô tả Imports scholarship details into user's account
Kích Thước Tệp 801 KB
Số Lần Cài Đặt 1,514
Phiên Bản Hiện Tại 0.16
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2020-01-26
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://thescholarshipsystem.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.thescholarshipsystem.com
URL Trang Trợ Giúp https://www.thescholarshipsystem.com
URL Trang Chính Sách Bảo Mật https://www.thescholarshipsystem.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}