Leaser MagiConnect
Connect to your service without using the password.
Cos'è Leaser MagiConnect?
Leaser MagiConnect è un'estensione di Chrome sviluppata da https://leaser.in, e la sua funzione principale è "Connect to your service without using the password.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leaser MagiConnect
Scarica i file di estensione Leaser MagiConnect in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Ufficiale | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Descrizione | Connect to your service without using the password. |
Dimensione del File | 2.7 MB |
Conteggio Installazioni | 31 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2021-11-25 |
Data di Pubblicazione | 2021-10-26 |
Sviluppatore | https://leaser.in |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://app.leaser.in/ |
URL della Pagina di Aiuto | https://leaser.in/about_us |
URL della Pagina della Politica sulla Privacy | https://leaser.in/privacy-policy |
Lingue Supportate | 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:" } |