PowerIn | Automate LinkedIn Comment

PowerIn | Automate LinkedIn Comment

Target searches + top voices and automatically comment their posts with AI to boost your reach on LinkedIn and Twitter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.8",
  "name": "PowerIn | Automate LinkedIn Comment",
  "homepage_url": "https://www.powerin.io/",
  "description": "Target searches + top voices and automatically comment their posts with AI to boost your reach on LinkedIn and Twitter",
  "permissions": [
    "webRequest",
    "cookies",
    "tabs"
  ],
  "host_permissions": [
    "*://*.powerin.io/*",
    "https://www.linkedin.com/*"
  ],
  "icons": {
    "48": "icon.png",
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "PowerIn | Automate LinkedIn & Twitter Comment"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}