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ファイルをダウンロード

Gmail POP3 Auto Refresh拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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