Leaser MagiConnect
Connect to your service without using the password.
什么是Leaser MagiConnect?
Leaser MagiConnect是由https://leaser.in开发的Chrome扩展程序,该扩展的主要功能是“Connect to your service without using the password.”。
扩展截图
下载Leaser MagiConnect扩展crx文件
下载Leaser MagiConnect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
官方URL | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
简介 | Connect to your service without using the password. |
文件大小 | 2.7 MB |
安装次数 | 31 |
当前版本 | 1.7 |
更新时间 | 2021-11-25 |
上架时间 | 2021-10-26 |
开发者 | https://leaser.in |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://app.leaser.in/ |
帮助页面URL | https://leaser.in/about_us |
隐私政策页面URL | https://leaser.in/privacy-policy |
支持的语言 | 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:" } |