Leaser MagiConnect
Connect to your service without using the password.
Apa itu Leaser MagiConnect?
Leaser MagiConnect adalah ekstensi Chrome yang dikembangkan oleh https://leaser.in, dan fitur utamanya adalah "Connect to your service without using the password.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Leaser MagiConnect
Unduh file ekstensi Leaser MagiConnect dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Leaser MagiConnect |
ID | nknhgalkkclpomjnpibnphcklcmabcjg |
URL Resmi | https://chromewebstore.google.com/detail/leaser-magiconnect/nknhgalkkclpomjnpibnphcklcmabcjg |
Deskripsi | Connect to your service without using the password. |
Ukuran File | 2.7 MB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.7 |
Terakhir Diperbarui | 2021-11-25 |
Tanggal Publikasi | 2021-10-26 |
Pengembang | https://leaser.in |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://app.leaser.in/ |
URL Halaman Bantuan | https://leaser.in/about_us |
URL Halaman Kebijakan Privasi | https://leaser.in/privacy-policy |
Bahasa yang Didukung | 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:" } |