Gmail Email & POP3 Reload

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

Merlin
Additional files are visible only to premium users

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/*"
  ]
}