Gmail POP3 Auto Refresh

Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free.

Gmail POP3 Auto Refresh란 무엇입니까?

Gmail POP3 Auto Refresh은(는) https://evanjuge.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free."입니다.

확장 프로그램 스크린샷

screenshot

Gmail POP3 Auto Refresh 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension will automate the refresh of emails from the third-party server to your Gmail every minute. There is no need to do anything else.
If you are using Gmail POP3 emails to retrieve emails from other email accounts, you may have noticed that it sometimes checks for new emails very slowly.

With Gmail POP3 auto-refresh, you can refresh an unlimited number of POP3 email accounts at a rate of one minute for free.

Click on the extension, it will open Gmail on the right page and automatically refresh POP3 emails. Just leave this page open and open a new one to view your emails which will finally be up to date!

Feedback and comments are welcome. Feel free to contact me at [email protected] if you have any problems.
I will see your email very soon because I use my own extension!                    

확장 프로그램 기본 정보

이름 Gmail POP3 Auto Refresh Gmail POP3 Auto Refresh
ID dcgondciahimhomfomnnpocjflglcppa
공식 URL https://chromewebstore.google.com/detail/gmail-pop3-auto-refresh/dcgondciahimhomfomnnpocjflglcppa
설명 Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free.
파일 크기 366 KB
설치 횟수 10,097
현재 버전 1.4
최근 업데이트 2022-06-15
출시 날짜 2021-10-23
평점 4.25/5 총 36 개의 평점
개발자 https://evanjuge.fr
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/Ayce45/gmail-pop3-auto-refresh/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail POP3 Auto Refresh",
    "description": "Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free.",
    "version": "1.4",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.min.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Gmail POP3 Auto Refresh",
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.min.js"
            ],
            "matches": [
                "*:\/\/mail.google.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "script.min.js"
    ]
}