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
Eメール [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"
}