Nooks

Nooks

Connect your sales apps with Nooks

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Nooks",
  "description": "Connect your sales apps with Nooks",
  "version": "1.2.8",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "Nooks.png",
    "48": "Nooks.png",
    "128": "Nooks.png"
  },
  "background": {
    "service_worker": "./static/js/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.outreach.io/*",
        "*://*.salesloft.com/*",
        "*://*.hubspot.com/*",
        "*://*.apollo.io/*",
        "*://*.orum.com/*",
        "*://*.kixie.com/*",
        "*://*.aircall.io/*",
        "*://*.groove.co/*",
        "*://*.ringcentral.com/*",
        "*://*.talkdesk.com/*",
        "*://*.salesforce.com/*",
        "*://*.zoho.com/*",
        "*://*.pipedrive.com/*",
        "*://*.salesmate.io/*",
        "*://*.seamless.ai/*",
        "*://*.linkedin.com/*",
        "*://*.freecallerregistry.com/*",
        "*://*.gong.io/*",
        "*://*.koncert.com/*",
        "*://*.youtube.com/*",
        "*://*.phoneburner.com/*",
        "*://*.frontspin.com/*",
        "*://*.rigndna.net/*",
        "*://*.force.com/*",
        "*://*.nooks.in/*",
        "*://*.ngrok.io/*",
        "*://*.localhost/*"
      ],
      "all_frames": true,
      "js": [
        "./static/js/content.js"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Period",
        "mac": "Command+Period"
      }
    }
  },
  "permissions": [
    "tabs",
    "tabCapture",
    "cookies",
    "system.cpu",
    "alarms",
    "system.memory",
    "management"
  ],
  "host_permissions": [
    "*://*.outreach.io/*",
    "*://*.salesloft.com/*",
    "*://*.hubspot.com/*",
    "*://*.apollo.io/*",
    "*://*.orum.com/*",
    "*://*.kixie.com/*",
    "*://*.aircall.io/*",
    "*://*.groove.co/*",
    "*://*.ringcentral.com/*",
    "*://*.talkdesk.com/*",
    "*://*.salesforce.com/*",
    "*://*.zoho.com/*",
    "*://*.pipedrive.com/*",
    "*://*.salesmate.io/*",
    "*://*.seamless.ai/*",
    "*://*.linkedin.com/*",
    "*://*.freecallerregistry.com/*",
    "*://*.gong.io/*",
    "*://*.koncert.com/*",
    "*://*.youtube.com/*",
    "*://*.phoneburner.com/*",
    "*://*.frontspin.com/*",
    "*://*.rigndna.net/*",
    "*://*.force.com/*",
    "*://*.nooks.in/*",
    "*://*.ngrok.io/*",
    "*://*.localhost/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://*.nooks.in/*",
      "*://vasunooks.ngrok.io/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "pencil.svg"
      ],
      "matches": [
        "https://salesloft.com/*"
      ]
    }
  ]
}