Link Company Page Interactor

Link Company Page Interactor

Like & comment any post on LinkedIn with your Company Page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Link Company Page Interactor",
  "version": "1.2.2",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "manifest_version": 3,
  "background": {
    "service_worker": "js/sw.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://linkedin.com/*",
        "https://www.linkedin.com/*"
      ],
      "js": [
        "js/vendor.js",
        "js/content_script.js"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}