Leaser MagiConnect
Connect to your service without using the password.
¿Qué es Leaser MagiConnect?
Leaser MagiConnect es una extensión de Chrome desarrollada por https://leaser.in, y su función principal es "Connect to your service without using the password.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Leaser MagiConnect
Descarga archivos de extensión Leaser MagiConnect en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Oficial | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Descripción | Connect to your service without using the password. |
Tamaño del Archivo | 2.7 MB |
Cantidad de Instalaciones | 31 |
Versión Actual | 1.7 |
Última Actualización | 2021-11-25 |
Fecha de Publicación | 2021-10-26 |
Desarrollador | https://leaser.in |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://app.leaser.in/ |
URL de la Página de Ayuda | https://leaser.in/about_us |
URL de la Página de Política de Privacidad | https://leaser.in/privacy-policy |
Idiomas Soportados | 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:" } |