Leaser MagiConnect
Connect to your service without using the password.
Leaser MagiConnect là gì?
Leaser MagiConnect là một tiện ích mở rộng Chrome được phát triển bởi https://leaser.in, và tính năng chính của nó là "Connect to your service without using the password.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Leaser MagiConnect
Tải xuống các tệp mở rộng Leaser MagiConnect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Chính Thức | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Mô tả | Connect to your service without using the password. |
Kích Thước Tệp | 2.7 MB |
Số Lần Cài Đặt | 31 |
Phiên Bản Hiện Tại | 1.7 |
Cập Nhật Lần Cuối | 2021-11-25 |
Ngày Phát Hành | 2021-10-26 |
Nhà Phát Triển | https://leaser.in |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://app.leaser.in/ |
URL Trang Trợ Giúp | https://leaser.in/about_us |
URL Trang Chính Sách Bảo Mật | https://leaser.in/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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:" } |