Magister Auto-Login
Auto-Login for Magister 6 webapp.
Co to jest Magister Auto-Login?
Magister Auto-Login to rozszerzenie Chrome opracowane przez Devostex, a jego główną funkcją jest „Auto-Login for Magister 6 webapp.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Magister Auto-Login
Pobierz pliki rozszerzeń Magister Auto-Login w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Use this extension in your chrome browser to automatically log into your magister account.
Podstawowe informacje o rozszerzeniu
Nazwa | Magister Auto-Login |
ID | cekhhgcjpkahghpgeafhmkkjhidodplk |
Oficjalny URL | https://chromewebstore.google.com/detail/magister-auto-login/cekhhgcjpkahghpgeafhmkkjhidodplk |
Opis | Auto-Login for Magister 6 webapp. |
Rozmiar pliku | 42.02 KB |
Liczba instalacji | 689 |
Aktualna Wersja | 2.0 |
Ostatnia Aktualizacja | 2020-09-24 |
Data Publikacji | 2020-06-04 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | Devostex |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://mb-o.nl/autologin |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magister Auto-Login", "version": "2.0", "manifest_version": 2, "description": "Auto-Login for Magister 6 webapp.", "options_page": "options\/index.html", "homepage_url": "http:\/\/mb-o.nl\/autologin", "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Auto-login", "default_popup": "\/popup\/index.html" }, "icons": { "16": "\/icons\/16x.png", "32": "\/icons\/32x.png", "48": "\/icons\/48x.png", "128": "\/icons\/128x.png", "256": "\/icons\/256x.png" }, "permissions": [ "https:\/\/accounts.magister.net\/*", "storage" ] } |