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

Was ist Gmail Email & POP3 Reload?

Gmail Email & POP3 Reload ist eine Chrome-Erweiterung, die von Didac Corbi entwickelt wurde, und ihr Hauptmerkmal ist "Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox".

Erweiterungsscreenshots

screenshot

Gmail Email & POP3 Reload-Erweiterungs-CRX-Datei herunterladen

Laden Sie Gmail Email & POP3 Reload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Gmail Email & POP3 Reload Gmail Email & POP3 Reload
ID kfhlpccbkgkcebomamfenkmgjkjhomnp
Offizielle URL https://chromewebstore.google.com/detail/gmail-email-pop3-reload/kfhlpccbkgkcebomamfenkmgjkjhomnp
Beschreibung Refresh your inbox and load new emails from your POP3 accounts in Gmail automatically. Every Minute and when you go to Inbox
Dateigröße 13.91 KB
Installationsanzahl 419
Aktuelle Version 1.1
Letztes Update 2022-12-10
Veröffentlichungsdatum 2022-04-25
Bewertung 3.40/5 Insgesamt 5 Bewertungen
Entwickler Didac Corbi
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}