Leaser MagiConnect

Connect to your service without using the password.

What is Leaser MagiConnect?

Leaser MagiConnect is a Chrome extension developed by https://leaser.in, and its main feature is "Connect to your service without using the password.".

Extension Screenshots

screenshot

Download Leaser MagiConnect Extension CRX File

Download Leaser MagiConnect extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Leaser MagiConnect Leaser MagiConnect
ID nknhgalkkclpomjnpibnphcklcmabcjg
Official URL https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg
Description Connect to your service without using the password.
File Size 2.7 MB
Installation Count 31
Current Version 1.7
Last Updated 2021-11-25
Publish Date 2021-10-26
Developer https://leaser.in
Email [email protected]
Payment Type free
Extension Website https://app.leaser.in/
Help Page URL https://leaser.in/about_us
Privacy Policy Page URL https://leaser.in/privacy-policy
Supported Languages 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:"
}