Leaser MagiConnect

Connect to your service without using the password.

Co to jest Leaser MagiConnect?

Leaser MagiConnect to rozszerzenie Chrome opracowane przez https://leaser.in, a jego główną funkcją jest „Connect to your service without using the password.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Leaser MagiConnect

Pobierz pliki rozszerzeń Leaser MagiConnect 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

                        Leaser MagiConnect is a part of Leaser ecosystem. With this extension, user can log on to their purchased service without knowing the credentials of the service. The sole purpose of this extension to make the user experience as smooth as possible.                    

Podstawowe informacje o rozszerzeniu

Nazwa Leaser MagiConnect Leaser MagiConnect
ID nknhgalkkclpomjnpibnphcklcmabcjg
Oficjalny URL https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg
Opis Connect to your service without using the password.
Rozmiar pliku 2.7 MB
Liczba instalacji 31
Aktualna Wersja 1.7
Ostatnia Aktualizacja 2021-11-25
Data Publikacji 2021-10-26
Deweloper https://leaser.in
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://app.leaser.in/
Adres URL Strony Pomocy https://leaser.in/about_us
Adres URL Strony Polityki Prywatności https://leaser.in/privacy-policy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Leaser MagiConnect",
    "description": "Connect to your service without using the password.",
    "short_name": "Leaser MagiConnect",
    "version": "1.7",
    "icons": {
        "512": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png",
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "popup\/index.html"
    ],
    "content_security_policy": "default-src 'self' https:\/\/api.leaser.in; script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; img-src 'self' https:\/\/www.google-analytics.com https:\/\/stats.g.doubleclick.net data:"
}