Leaser MagiConnect

Connect to your service without using the password.

ما هو Leaser MagiConnect؟

Leaser MagiConnect هو إضافة Chrome تم تطويرها بواسطة https://leaser.in، والميزة الرئيسية لها هي "Connect to your service without using the password.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Leaser MagiConnect

قم بتنزيل ملفات الامتداد Leaser MagiConnect بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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/
عنوان صفحة المساعدة https://leaser.in/about_us
عنوان صفحة سياسة الخصوصية 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:"
}