My Fpoly Extension
Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!
Cos'è My Fpoly Extension?
My Fpoly Extension è un'estensione di Chrome sviluppata da FPT Polytechnic, e la sua funzione principale è "Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione My Fpoly Extension
Scarica i file di estensione My Fpoly Extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | My Fpoly Extension |
ID | egdjlajabpmjcokbpadibkcchopdaofn |
URL Ufficiale | https://chromewebstore.google.com/detail/my-fpoly-extension/egdjlajabpmjcokbpadibkcchopdaofn |
Descrizione | Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic! |
Dimensione del File | 47.06 KB |
Conteggio Installazioni | 40,000 |
Versione Corrente | 1.0.5 |
Ultimo Aggiornamento | 2023-02-03 |
Data di Pubblicazione | 2022-11-07 |
Valutazione | 1.24/5 Totale 135 Valutazioni |
Sviluppatore | FPT Polytechnic |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://caodang.fpt.edu.vn/ |
URL della Pagina di Aiuto | https://caodang.fpt.edu.vn/lien-he |
Lingue Supportate | 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\/*" ] } |