Leaser MagiConnect
Connect to your service without using the password.
O que é Leaser MagiConnect?
Leaser MagiConnect é uma extensão do Chrome desenvolvida por https://leaser.in, e sua principal característica é "Connect to your service without using the password.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Leaser MagiConnect
Baixe arquivos de extensão Leaser MagiConnect no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Oficial | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Descrição | Connect to your service without using the password. |
Tamanho do Arquivo | 2.7 MB |
Contagem de Instalações | 31 |
Versão Atual | 1.7 |
Última Atualização | 2021-11-25 |
Data de Publicação | 2021-10-26 |
Desenvolvedor | https://leaser.in |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://app.leaser.in/ |
URL da Página de Ajuda | https://leaser.in/about_us |
URL da Página de Política de Privacidade | https://leaser.in/privacy-policy |
Idiomas Suportados | 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:" } |