Leaser MagiConnect
Connect to your service without using the password.
Hvad er Leaser MagiConnect?
Leaser MagiConnect er en Chrome-udvidelse udviklet af https://leaser.in, og dens hovedfunktion er "Connect to your service without using the password.".
Udvidelsesskærmbilleder
Download Leaser MagiConnect-udvidelses-CRX-fil
Download Leaser MagiConnect-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
Officiel URL | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Beskrivelse | Connect to your service without using the password. |
Filstørrelse | 2.7 MB |
Antal Installationer | 31 |
Nuværende Version | 1.7 |
Senest Opdateret | 2021-11-25 |
Udgivelsesdato | 2021-10-26 |
Udvikler | https://leaser.in |
admin@leaser.in | |
Betalingsmetode | free |
Udvidelseswebsted | https://app.leaser.in/ |
Hjælpeside-URL | https://leaser.in/about_us |
URL til Fortrolighedspolitik Side | https://leaser.in/privacy-policy |
Understøttede Sprog | 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:" } |