Auto Email Login

An extension for one to fill-up username / passwords of Gmail automatically in single click

Что такое Auto Email Login?

Auto Email Login - это расширение Chrome, разработанное CA. Prince Varshney, и его основная функция - "An extension for one to fill-up username / passwords of Gmail automatically in single click".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Auto Email Login

Скачайте файлы расширений Auto Email Login в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a Gmail password saver. Save all Gmail username and password and automatically login to Gmail with single click without manually typing username and password. You can also export all Gmail accounts' username and password in an excel file with single click. This is secure Email password saver.                    

Основная информация о расширении

Название Auto Email Login Auto Email Login
ID ipllpjbjpmppfhlcoklgpmagkhmmidal
Официальный URL https://chromewebstore.google.com/detail/auto-email-login/ipllpjbjpmppfhlcoklgpmagkhmmidal
Описание An extension for one to fill-up username / passwords of Gmail automatically in single click
Размер файла 879 KB
Количество установок 124
Текущая Версия 1.2
Последнее Обновление 2022-03-29
Дата публикации 2022-02-21
Разработчик CA. Prince Varshney
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://duetaxofficial.blogspot.com/p/privacy-policy.html
Поддерживаемые языки en
manifest.json
{
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/accounts.google.com\/*"
            ]
        }
    ],
    "description": "An extension for one to fill-up username \/ passwords of Gmail automatically in single click",
    "icons": {
        "128": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwHhS5XCyxSjlJ37DejKUE0vL4OzCbhplRYpn5hz7HuothNRW19csymsMnbRNaXkTwcxxjUMPUIzIFfbgiHgx05mF620VZ+eEYTiAGcOmhz0pTeD+GwODaSOCc+Z3HVhNJPKLgFHZVRryTuxq+nvOXxQKziYLsDA4uJLj1VUWuaDBnkGDNxvbXuusLXYv3tR6BolhHksPAEyMhUfOHzYnmgQKj4aRjOdEv6m+IRp\/JdOS4FDPaCgDggYTkj0n9pIypS5yOm5yU59geGiuFYp2bVtjf9hZ83Ml736IFaUO4Wrcwn4NTdTGa7uaEg4klQO7Qnm+Tortty2\/ppDHOJ4SzQIDAQAB",
    "manifest_version": 3,
    "minimum_chrome_version": "90",
    "name": "Auto Email Login",
    "permissions": [
        "downloads"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}