Teamfeed.ai - Lead your team on social

Teamfeed.ai - Lead your team on social

Team collaboration for LinkedIn

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Teamfeed.ai - Lead your team on social",
  "version": "1.2.3",
  "description": "Team collaboration for LinkedIn",
  "permissions": [
    "clipboardWrite"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.linkedin.com/*"
      ],
      "js": [
        "js/contentScript.js",
        "js/teamfeedScript.js"
      ],
      "css": [
        "css/styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/cc_logo_clearbg_16.png",
      "48": "images/cc_logo_clearbg_48.png",
      "128": "images/cc_logo_clearbg_128.png"
    }
  },
  "icons": {
    "16": "images/cc_logo_clearbg_16.png",
    "48": "images/cc_logo_clearbg_48.png",
    "128": "images/cc_logo_clearbg_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/cc_logo_clearbg_16.png",
        "images/cc_logo_clearbg_48.png",
        "images/cc_logo_clearbg_48_gr.png",
        "images/cc_logo_clearbg_128.png"
      ],
      "matches": [
        "<all_urls>"
      ],
      "extension_ids": [
        "*"
      ]
    }
  ]
}