Platform.ly

Platform.ly

Platform.ly is a CRM and Marketing Automation platform.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "images/platform.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/contentScript.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle"
    },
    {
      "css": [
        "css/contentEmailServices.css"
      ],
      "js": [
        "js/contentEmailServices.js"
      ],
      "matches": [
        "https://mail.google.com/mail/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "description": "Platform.ly is a CRM and Marketing Automation platform.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/platform.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ErkmOS0IhdcLBmiJh65+7x/9EhbeAHJ9WOrgcciNqCoCRfLpDQ/NqE0R38qLo5lBLcDq5PB43SOoFIhGdaJnwMySU4yb0SKgQkvsK+TDliWpi5TCMA4wlqtOWIVQDBw52EjQXo262PqRaMAyEAad7U/II29LomoTkJZVczHJr5vY/FGHjgm/EgaRLcD37+ju3M1N1cNHfyQRLnPJz1Vp537kA9zTx9113RUX7jH2YRCy8u03ksb0pNhQpa4Qhc3NiErgkX/rG1kAve3WIDyW9+F0hIKB+p50+RJRt8PnbbyyxDEPfLoFAC0wQAzGw5yqSd2Ycp8jFC0r7q6SJDqoQIDAQAB",
  "manifest_version": 3,
  "name": "Platform.ly",
  "permissions": [
    "storage",
    "contextMenus",
    "management",
    "tabs"
  ],
  "short_name": "Platform.ly",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.2",
  "web_accessible_resources": [
    {
      "resources": [
        "templates/addEmail.html",
        "templates/searchEmail.html",
        "templates/addTracking.html",
        "images/platform.png",
        "js/trackingChecker.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "templates/emailSidebar.html"
      ],
      "matches": [
        "https://mail.google.com/*"
      ]
    }
  ],
  "host_permissions": [
    "https://api.platform.ly/"
  ]
}