Nooks

Connect your sales apps with Nooks

Nooks là gì?

Nooks là một tiện ích mở rộng Chrome được phát triển bởi Nooks Communications, Inc., và tính năng chính của nó là "Connect your sales apps with Nooks".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nooks

Tải xuống các tệp mở rộng Nooks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nooks Nooks
ID kbbdibmbjngifdgbmlleelghocpeimhe
URL Chính Thức https://chromewebstore.google.com/detail/nooks/kbbdibmbjngifdgbmlleelghocpeimhe
Mô tả Connect your sales apps with Nooks
Kích Thước Tệp 1.39 MB
Số Lần Cài Đặt 2,059
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2022-05-13
Đánh Giá 5.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Nooks Communications, Inc.
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nooks.in/
URL Trang Trợ Giúp https://www.nooks.in/
URL Trang Chính Sách Bảo Mật https://www.nooks.ai/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}