Auto Email Login

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

什么是Auto Email Login?

Auto Email Login是由CA. Prince Varshney开发的Chrome扩展程序,该扩展的主要功能是“An extension for one to fill-up username / passwords of Gmail automatically in single click”。

扩展截图

screenshot

下载Auto Email Login扩展crx文件

下载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"
}