Email Marketing Automate By Soujiyi.com

Email Marketing Automate By Soujiyi.com

It aimed at helping users automate, personalize, and privatize their marketing efforts to improve sales performance.

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.18",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "tabs",
    "scripting",
    "notifications"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "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"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/logo.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "./images/logo16.png",
    "32": "./images/logo32.png",
    "64": "./images/logo64.png",
    "128": "./images/logo128.png",
    "256": "./images/logo256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}