Gmail Email & POP3 Reload

Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox

What is Gmail Email & POP3 Reload?

Gmail Email & POP3 Reload is a Chrome extension developed by Didac Corbi, and its main feature is "Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox".

Extension Screenshots

screenshot

Download Gmail Email & POP3 Reload Extension CRX File

Download Gmail Email & POP3 Reload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. The extension will refresh your inbox and load emails from your POP3 accounts every minute and also every time you go to inbox, so you stay synced with your other POP3 accounts.                    

Extension Basic Information

Name Gmail Email & POP3 Reload Gmail Email & POP3 Reload
ID kfhlpccbkgkcebomamfenkmgjkjhomnp
Official URL https://chromewebstore.google.com/detail/gmail-email-pop3-reload/kfhlpccbkgkcebomamfenkmgjkjhomnp
Description Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox
File Size 13.91 KB
Installation Count 419
Current Version 1.1
Last Updated 2022-12-10
Publish Date 2022-04-25
Rating 3.40/5 Total 5 Ratings
Developer Didac Corbi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gmail Email & POP3 Reload",
    "description": "Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox",
    "icons": {
        "16": "emailsync16.png",
        "48": "emailsync48.png",
        "128": "emailsync128.png"
    },
    "version": "1.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/mail.google.com\/mail\/*"
    ]
}