Salee - AI-Driven Network Sales Success

Salee - AI-Driven Network Sales Success

AI-Powered Leadgeneration and Tailored Messaging for Max Conversion! 🚀

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.30.6",
  "manifest_version": 3,
  "name": "Salee - AI-Driven Network Sales Success",
  "description": "AI-Powered Leadgeneration and Tailored Messaging for Max Conversion! 🚀",
  "author": "",
  "offline_enabled": false,
  "permissions": [
    "storage",
    "webRequest",
    "notifications"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "host_permissions": [
    "https://*.licdn.com/*",
    "https://*.linkedin.com/*",
    "https://app.salee.pro/*",
    "https://app-stage.salee.pro/*",
    "http://localhost:4200/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ],
      "match_about_blank": true
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "*.html",
        "*.png",
        "*.eot",
        "*.woff",
        "*.woff2",
        "*.ttf",
        "*.svg",
        "*.css"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "manifest.json"
      ],
      "matches": [
        "https://app.salee.pro/*",
        "https://app-stage.salee.pro/*",
        "http://localhost:4200/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "icons/16.png",
      "32": "icons/32.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    },
    "default_title": "Click to show auth"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmCOev2fFK9cXGYOSbKE0Ec5PVsTGa/NMyD59W2JexPhGWF+/TBsBSnktjwuYTr7KTV3H7t2hiR2AlFwGBeaFJsBrWKcpvTqbi0qidPBkSQcakSB8BA4h+2qpK0EnFmvnHtwz9O8B6ekUQKVEauVjc2HmuYxQz+iXph9QLJ6hUHq026BTFtvMjHURM7n78HhCu794AvkEiFYc+gtVCJqb1F3/EueOo008C1sNNLU69jVzj3yNRxQRZOUdveqpQVZhXSZIGUSzfuycuKdSOk3vgA1CVgxCmqoiwKkEUtpUz21zlJMo+QuyKBvJ8Vwg2Y8OXI+rqRbiQViNi4115iN/XwIDAQAB"
}