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

O que é Gmail Email & POP3 Reload?

Gmail Email & POP3 Reload é uma extensão do Chrome desenvolvida por Didac Corbi, e sua principal característica é "Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gmail Email & POP3 Reload

Baixe arquivos de extensão Gmail Email & POP3 Reload no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Gmail Email & POP3 Reload Gmail Email & POP3 Reload
ID kfhlpccbkgkcebomamfenkmgjkjhomnp
URL Oficial https://chromewebstore.google.com/detail/gmail-email-pop3-reload/kfhlpccbkgkcebomamfenkmgjkjhomnp
Descrição Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox
Tamanho do Arquivo 13.91 KB
Contagem de Instalações 419
Versão Atual 1.1
Última Atualização 2022-12-10
Data de Publicação 2022-04-25
Classificação 3.40/5 Total de 5 Avaliações
Desenvolvedor Didac Corbi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}