Sales Stack - Lead Engager

Sales Stack - Lead Engager

AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sales Stack - Lead Engager",
  "version": "2.7.3",
  "description": "AI plugin that generates hyper personalised comments, inmails and messages on LinkedIn",
  "permissions": [
    "storage",
    "identity"
  ],
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "icons": {
    "16": "images/icon-16.png",
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "css": [
        "contentScript.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/bookmark.png",
        "assets/play.png",
        "assets/delete.png",
        "assets/save.png",
        "images/icon-32.png",
        "images/assets/*",
        "fonts/*"
      ],
      "matches": [
        "https://*.linkedin.com/*",
        "https://*.twitter.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "32": "images/icon-32.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_title": "Lead Engager",
    "default_popup": "popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://fonts.googleapis.com;"
  },
  "oauth2": {
    "client_id": "117080137934-9jckm6d8mrg3es8ojhm6j3omr6ou29hf.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "profile",
      "email"
    ]
  },
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn30xvRjuO9f5ISDuvSEVpbZOc1kqY7vquIl6Y6hrP67IEn644bgZKz2axjxHq91vKO4Y6aJmSv1cvWru5cTHFDa8bbjO1d8BTn1JPMet41yua0YEoVPjDUUp2htWFDBm4r0v2+kICIXbfACyOVpSB4FI+cL2lVYE+UB2dayTWgBBa6XdeWv9WH3CQax3mwPkmYmgWAHR6qxq7rwy+Ve+w/sBcAUC9NED4+LcfZZrCggqGaa4GGZb8Bu5hT6L7jTR7lRVBXxxBWcTNGPPqgsgBz5L8jHS3uE+aeFv7wrT/30wdLSSykKHx+owRTUIqjvsfe0O+3VrBPzCc43cnbLTOQIDAQAB"
}