WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Nooks

Nooks

View on Chrome Web Store
View Nooks Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (15 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Connect your sales apps with Nooks
Type
Extension
Users
10,000 users
1K
Nooks Communications, Inc.
View author page of Nooks Communications, Inc.
Published
Published on May 13, 2022
Version 1.5.40
Manifest version
3
Updated
Updated on November 13, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Nooks Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nooks",
    "description": "Connect your sales apps with Nooks",
    "version": "1.5.40",
    "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\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.freecallerregistry.com\/*",
                "*:\/\/*.salesforce.com\/*",
                "*:\/\/*.nooks.in\/*"
            ],
            "all_frames": true,
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Period",
                "mac": "Command+Period"
            }
        }
    },
    "permissions": [
        "tabs",
        "cookies",
        "system.cpu",
        "alarms",
        "system.memory",
        "management",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.outreach.io\/*",
        "*:\/\/*.salesloft.com\/*",
        "*:\/\/*.hubspot.com\/*",
        "*:\/\/*.apollo.io\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.freecallerregistry.com\/*",
        "*:\/\/*.salesforce.com\/*",
        "*:\/\/*.nooks.in\/*"
    ],
    "optional_host_permissions": [
        "*:\/\/*.lightning.force.com\/*",
        "*:\/\/mail.google.com\/*"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.nooks.in\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "pencil.svg"
            ],
            "matches": [
                "https:\/\/salesloft.com\/*"
            ]
        },
        {
            "resources": [
                "static\/js\/main.js"
            ],
            "matches": [
                "*:\/\/*.outreach.io\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top