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 с друзьями, чтобы легко установить расширения 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 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:"
}