SocialInbox #1 LinkedIn CRM + AI Powered

SocialInbox #1 LinkedIn CRM + AI Powered

Unleash the full potential of LinkedIn with a clean, organised & AI powered CRM for your LinkedIn Account.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Unleash the full potential of LinkedIn with a clean, organised & AI powered CRM for your LinkedIn Account.",
  "version": "2.7",
  "manifest_version": 3,
  "name": "SocialInbox #1 LinkedIn CRM + AI Powered",
  "author": "SocialInbox LTD",
  "permissions": [
    "storage",
    "cookies"
  ],
  "host_permissions": [
    "https://app.socialinbox.io",
    "https://api.socialinbox.io",
    "https://www.linkedin.com/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https://apis.google.com/;"
  },
  "oauth2": {
    "client_id": "126305110753-4sh8vl68d79vaho20vkrva8eq97je4ps.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "contentScript.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-32.png",
        "icon-16.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-32.png"
  },
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "externally_connectable": {
    "matches": [
      "http://app.socialinbox.io/*"
    ]
  }
}