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 |
官方網址 | 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:" } |