Email Marketing Automate By Soujiyi.com

Email Marketing Automate By Soujiyi.com

Based on artificial intelligence, Email Marketing Automate By Soujiyi.com provides EDM email marketing and email tracking tools.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_ext_name__",
  "description": "__MSG_ext_desc__",
  "default_locale": "en",
  "version": "1.0.17",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "background": {
    "scripts": [
      "js/config.js",
      "js/helpers.js",
      "js/api.js",
      "utils/utils.js",
      "common.js",
      "js/app.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "./images/logo32.png"
  },
  "content_scripts": [
    {
      "js": [
        "third-party/jquery-3.6.0.min.js",
        "js/config.js",
        "utils/utils.js",
        "common.js",
        "content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "./images/logo16.png",
    "32": "./images/logo32.png",
    "64": "./images/logo64.png",
    "128": "./images/logo128.png",
    "256": "./images/logo256.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{cef76ee3-0d9a-454a-8ca1-3339bf70eef5}"
    }
  }
}