Nooks

Connect your sales apps with Nooks

Nooks क्या है?

Nooks Nooks Communications, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect your sales apps with Nooks"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Nooks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Nooks Chrome Extension automates prospecting tasks in your browser so you never need to leave Nooks.
Pre-call research: the extension pulls profiles, job openings, and other info from LinkedIn to automate your pre-call research.
Reduce spam labels: the extension automatically registers your Nooks phone numbers for the free caller registry to prevent your calls from showing up as spam.
Integration with other sales tools: the extension syncs information with other sales tools that may not be supported via API. For example the extension pulls Outreach account/prospect notes into Nooks.                    

एक्सटेंशन की मूल जानकारी

नाम Nooks Nooks
ID kbbdibmbjngifdgbmlleelghocpeimhe
आधिकारिक URL https://chromewebstore.google.com/detail/nooks/kbbdibmbjngifdgbmlleelghocpeimhe
विवरण Connect your sales apps with Nooks
फ़ाइल का आकार 1.39 MB
स्थापना संख्या 2,059
वर्तमान संस्करण 1.2.3
अंतिम अपडेट 2024-02-15
प्रकाशन तिथि 2022-05-13
रेटिंग 5.00/5 कुल 13 रेटिंग्स
डेवलपर Nooks Communications, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.nooks.in/
सहायता पृष्ठ URL https://www.nooks.in/
गोपनीयता नीति पृष्ठ URL https://www.nooks.ai/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nooks",
    "description": "Connect your sales apps with Nooks",
    "version": "1.2.3",
    "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\/*"
            ]
        }
    ]
}