Email Countdown Timers

Email Countdown Timers

Create countdown timer for email to increase engagement, conversions and sales

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Email Countdown Timers",
  "version": "1.3",
  "description": "Create countdown timer for email to increase engagement, conversions and sales",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://mailtimers.com/*"
    ]
  },
  "permissions": [
    "storage",
    "declarativeContent"
  ],
  "page_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "index.html",
    "default_title": "Email Countdown Timers"
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkPe/P/9KD+4Na4Obz+Ef+bAlD5XzUo2aybcJYi54xw5+cb/uf+dxMWTsQKxfLOM95QNqiaD6Z+4JMBGanK4CfZ85ImK4Ltnsc9+6NQen7mcaPpzAjzZdzq5BrjRMwsjPIC7l9DO+7CTxW4IN10raoocGhwt3ooMLSVR7UECOom6GtJk5Jxh5LBxO5MUVuObD9wlMEEmQLZQNQRRccLHMhLUb3AzVYugo4G2cxRaiRrjyoYxo5/8yZPvMnpGv3xUldNvQC/PQ7HeF/GcSRpJNRALNHXDuKdiaURWlcTBZgYc3cZN+cJ3rw4OtiV9kErpQLD/NLrMqSXmkRINjR1AOSQIDAQAB"
}