LinkedIn GPT Pro

LinkedIn GPT Pro

Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "LinkedIn GPT Pro",
  "version": "1.0.1",
  "description": "Power of ChatGPT directly in LinkedIn: Generate highly engaging posts effortlessly in no time",
  "permissions": [],
  "host_permissions": [
    "https://*.linkedin.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.linkedin.com/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/1.png",
        "assets/2.png",
        "assets/3.png",
        "assets/4.png"
      ],
      "matches": [
        "https://*.linkedin.com/*"
      ]
    }
  ],
  "action": {
    "default_icon": {
      "16": "assets/logo.png",
      "24": "assets/logo.png",
      "32": "assets/logo.png"
    },
    "default_title": "LinkedIn GPT",
    "default_popup": "popup.html"
  },
  "manifest_version": 3
}