Linkedleader

Linkedleader

Linked Leader: Personalized Outreach Plugin for LinkedIn - Attracting High-Ticket Clients with Customized Messages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Linkedleader",
  "version": "1.3",
  "description": "Linked Leader: Personalized Outreach Plugin for LinkedIn - Attracting High-Ticket Clients with Customized Messages",
  "permissions": [
    "activeTab",
    "storage",
    "tabs",
    "scripting"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "privacy_policy.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "privacy_policy.html",
  "host_permissions": [
    "*://*.linkedin.com/*",
    "https://web.telegram.org/*"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.linkedin.com/*",
        "https://web.telegram.org/*"
      ],
      "js": [
        "chatObserver.js",
        "profileFinder.js",
        "userBehaviorSimulator.js",
        "options.js",
        "popup.js",
        "noteInvitationChecker.js",
        "secondChatObserver.js",
        "checkAddButton.js",
        "sendGreeting.js"
      ]
    }
  ],
  "action": {
    "default_popup": "login.html",
    "default_icon": "icon.png"
  }
}