Leaser MagiConnect

Connect to your service without using the password.

Was ist Leaser MagiConnect?

Leaser MagiConnect ist eine Chrome-Erweiterung, die von https://leaser.in entwickelt wurde, und ihr Hauptmerkmal ist "Connect to your service without using the password.".

Erweiterungsscreenshots

screenshot

Leaser MagiConnect-Erweiterungs-CRX-Datei herunterladen

Laden Sie Leaser MagiConnect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Leaser MagiConnect Leaser MagiConnect
ID nknhgalkkclpomjnpibnphcklcmabcjg
Offizielle URL https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg
Beschreibung Connect to your service without using the password.
Dateigröße 2.7 MB
Installationsanzahl 31
Aktuelle Version 1.7
Letztes Update 2021-11-25
Veröffentlichungsdatum 2021-10-26
Entwickler https://leaser.in
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://app.leaser.in/
Hilfeseite URL https://leaser.in/about_us
URL der Datenschutzrichtlinien-Seite https://leaser.in/privacy-policy
Unterstützte Sprachen 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:"
}