My Fpoly Extension
Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!
Vad är My Fpoly Extension?
My Fpoly Extension är en Chrome-tillägg utvecklad av FPT Polytechnic, och dess huvudfunktion är "Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic!".
Tilläggsskärmbilder
Ladda ner My Fpoly Extension-förlängningens CRX-fil
Ladda ner My Fpoly Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | egdjlajabpmjcokbpadibkcchopdaofn |
| Officiell webbadress | https://chromewebstore.google.com/detail/my-fpoly-extension/egdjlajabpmjcokbpadibkcchopdaofn |
| Beskrivning | Tiện ích trợ giúp trên hệ thống của trường cao đẳng FPT Polytechnic! |
| Filstorlek | 47.06 KB |
| Antal Installationer | 40,000 |
| Aktuell Version | 1.0.5 |
| Senast Uppdaterad | 2023-02-03 |
| Publiceringsdatum | 2022-11-07 |
| Betyg | 1.24/5 Totalt 135 Betyg |
| Utvecklare | FPT Polytechnic |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://caodang.fpt.edu.vn/ |
| Hjälpsida URL | https://caodang.fpt.edu.vn/lien-he |
| Stödda Språk | 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\/*"
]
} | |