My Fpoly Extension

Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!

What is My Fpoly Extension?

My Fpoly Extension is a Chrome extension developed by FPT Polytechnic, and its main feature is "Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!".

Extension Screenshots

screenshot

Download My Fpoly Extension Extension CRX File

Download My Fpoly Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension giúp xác thực sinh viên FPT Polytechnic!
Sinh viên cài đặt để vào hệ thống LMS, CMS bình thường nhé!
Thân gửi!                    

Extension Basic Information

Name My Fpoly Extension My Fpoly Extension
ID egdjlajabpmjcokbpadibkcchopdaofn
Official URL https://chromewebstore.google.com/detail/my-fpoly-extension/egdjlajabpmjcokbpadibkcchopdaofn
Description Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!
File Size 47.06 KB
Installation Count 40,000
Current Version 1.0.5
Last Updated 2023-02-03
Publish Date 2022-11-07
Rating 1.24/5 Total 135 Ratings
Developer FPT Polytechnic
Email [email protected]
Payment Type free
Extension Website https://caodang.fpt.edu.vn/
Help Page URL https://caodang.fpt.edu.vn/lien-he
Supported Languages vi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.5",
    "manifest_version": 3,
    "name": "My Fpoly Extension",
    "description": "Ti\u1ec7n \u00edch tr\u1ee3 gi\u00fap tr\u00ean h\u1ec7 th\u1ed1ng c\u1ee7a tr\u01b0\u1eddng cao \u0111\u1eb3ng FPT Polytechnic!",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "128": "\/images\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.poly.edu.vn\/*"
            ],
            "run_at": "document_start",
            "js": [
                "js\/checked.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.poly.edu.vn\/*"
        ]
    },
    "permissions": [
        "management",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.poly.edu.vn\/*"
    ]
}