My Fpoly Extension

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

O que é My Fpoly Extension?

My Fpoly Extension é uma extensão do Chrome desenvolvida por FPT Polytechnic, e sua principal característica é "Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão My Fpoly Extension

Baixe arquivos de extensão My Fpoly Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome My Fpoly Extension My Fpoly Extension
ID egdjlajabpmjcokbpadibkcchopdaofn
URL Oficial https://chromewebstore.google.com/detail/my-fpoly-extension/egdjlajabpmjcokbpadibkcchopdaofn
Descrição Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!
Tamanho do Arquivo 47.06 KB
Contagem de Instalações 40,000
Versão Atual 1.0.5
Última Atualização 2023-02-03
Data de Publicação 2022-11-07
Classificação 1.24/5 Total de 135 Avaliações
Desenvolvedor FPT Polytechnic
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://caodang.fpt.edu.vn/
URL da Página de Ajuda https://caodang.fpt.edu.vn/lien-he
Idiomas Suportados 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\/*"
    ]
}