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

Hvad er Gmail Email & POP3 Reload?

Gmail Email & POP3 Reload er en Chrome-udvidelse udviklet af Didac Corbi, og dens hovedfunktion er "Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox".

Udvidelsesskærmbilleder

screenshot

Download Gmail Email & POP3 Reload-udvidelses-CRX-fil

Download Gmail Email & POP3 Reload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Gmail Email & POP3 Reload Gmail Email & POP3 Reload
ID kfhlpccbkgkcebomamfenkmgjkjhomnp
Officiel URL https://chromewebstore.google.com/detail/gmail-email-pop3-reload/kfhlpccbkgkcebomamfenkmgjkjhomnp
Beskrivelse Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox
Filstørrelse 13.91 KB
Antal Installationer 419
Nuværende Version 1.1
Senest Opdateret 2022-12-10
Udgivelsesdato 2022-04-25
Bedømmelse 3.40/5 Samlet 5 Bedømmelser
Udvikler Didac Corbi
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}