Realply: AI LinkedIn Outreach

Realply: AI LinkedIn Outreach

Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Realply: AI LinkedIn Outreach",
  "version": "0.4.2",
  "description": "Generate up to 3x more meetings, boost your revenue and become a thought leader using smart Linkedin AI today.",
  "permissions": [
    "storage",
    "tabs",
    "cookies",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "https://app.realply.com/*",
    "http://localhost/*/*",
    "https://*.linkedin.com/*"
  ],
  "icons": {
    "16": "favicon-16x16.png",
    "32": "favicon-32x32.png",
    "48": "favicon-48x48.png",
    "96": "favicon-96x96.png",
    "128": "favicon-192x192.png"
  },
  "action": {
    "default_popup": "index.html",
    "default_title": "Realply: AI LinkedIn Outreach",
    "default_icon": "Realply.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}