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"입니다.
확장 프로그램 스크린샷
Auto Email Login 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |