Leaser MagiConnect
Connect to your service without using the password.
Qu'est-ce que Leaser MagiConnect ?
Leaser MagiConnect est une extension Chrome développée par https://leaser.in, et sa fonction principale est "Connect to your service without using the password.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Leaser MagiConnect
Téléchargez les fichiers d'extension Leaser MagiConnect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Officiel | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Description | Connect to your service without using the password. |
Taille du Fichier | 2.7 MB |
Nombre d'Installations | 31 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2021-11-25 |
Date de Publication | 2021-10-26 |
Développeur | https://leaser.in |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://app.leaser.in/ |
URL de la Page d'Aide | https://leaser.in/about_us |
URL de la Page de Politique de Confidentialité | https://leaser.in/privacy-policy |
Langues Prises en Charge | 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:" } |