Leaser MagiConnect
Connect to your service without using the password.
Co je Leaser MagiConnect?
Leaser MagiConnect je rozšíření Chrome vyvinuté https://leaser.in, a jeho hlavní funkcí je „Connect to your service without using the password.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Leaser MagiConnect
Stáhněte si soubory rozšíření Leaser MagiConnect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
Oficiální URL | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Popis | Connect to your service without using the password. |
Velikost souboru | 2.7 MB |
Počet instalací | 31 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2021-11-25 |
Datum Vydání | 2021-10-26 |
Vývojář | https://leaser.in |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://app.leaser.in/ |
URL Stránky Nápovědy | https://leaser.in/about_us |
URL Stránky Zásad Ochrany Soukromí | https://leaser.in/privacy-policy |
Podporované Jazyky | 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:" } |