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

什么是Gmail Email & POP3 Reload?

Gmail Email & POP3 Reload是由Didac Corbi开发的Chrome扩展程序,该扩展的主要功能是“Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox”。

扩展截图

screenshot

下载Gmail Email & POP3 Reload扩展crx文件

下载Gmail Email & POP3 Reload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Gmail Email & POP3 Reload Gmail Email & POP3 Reload
ID kfhlpccbkgkcebomamfenkmgjkjhomnp
官方URL https://chromewebstore.google.com/detail/gmail-email-pop3-reload/kfhlpccbkgkcebomamfenkmgjkjhomnp
简介 Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox
文件大小 13.91 KB
安装次数 419
当前版本 1.1
更新时间 2022-12-10
上架时间 2022-04-25
评分 3.40/5 共5次评分
开发者 Didac Corbi
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/*"
    ]
}