The Scholarship System

Imports scholarship details into user's account

The Scholarship Systemคืออะไร?

The Scholarship System เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thescholarshipsystem.com และคุณลักษณะหลักของมันคือ "Imports scholarship details into user's account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย The Scholarship System

ดาวน์โหลดไฟล์ส่วนขยาย 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}