Nooks

Connect your sales apps with Nooks

Nooks란 무엇입니까?

Nooks은(는) Nooks Communications, Inc.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your sales apps with Nooks"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Nooks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
            ]
        }
    ]
}