Periodix - #1 AI-SDR Software

Periodix - #1 AI-SDR Software

Find prospects and book calls on autopilot with Periodix

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Periodix - #1 AI-SDR Software",
  "version": "0.0.11",
  "description": "Find prospects and book calls on autopilot with Periodix",
  "icons": {
    "16": "img/icons/16x16.png",
    "32": "img/icons/32x32.png",
    "48": "img/icons/48x48.png",
    "128": "img/icons/128x128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "webRequest",
    "cookies"
  ],
  "host_permissions": [
    "*://www.linkedin.com/sales/*",
    "*://my.periodix.net/*"
  ],
  "background": {
    "service_worker": "dist/background.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/sales/*"
      ],
      "js": [
        "lib/jquery.min.js",
        "lib/dayjs.min.js"
      ]
    },
    {
      "matches": [
        "*://www.linkedin.com/sales/search/*"
      ],
      "js": [
        "dist/content.js"
      ]
    }
  ]
}