Linked Assist - LinkedIn Automation Tool

Linked Assist - LinkedIn Automation Tool

LinkedIn Automation Tool, Automation Software for LinkedIn, Social Selling, LinkedIn auto connect tool, Active Sourcing

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Linked Assist - LinkedIn Automation Tool",
  "description": "LinkedIn Automation Tool, Automation Software for LinkedIn, Social Selling, LinkedIn auto connect tool, Active Sourcing",
  "version": "5.0.2.5",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "css": [
        "my-styles.css"
      ],
      "js": [
        "js/jquery-3.6.0.min.js",
        "js/FileSaver.min.js",
        "js/xlsx.full.min.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "logo/16.png",
      "32": "logo/32.png"
    },
    "default_title": "Linked Assist - LinkedIn Automation Tool",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "logo/16.png",
    "32": "logo/32.png",
    "48": "logo/48.png",
    "96": "logo/48.png",
    "128": "logo/128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "https://linked-assist.me/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "check.html"
      ],
      "matches": [
        "https://www.linkedin.com/*"
      ]
    }
  ]
}