Nurturebox

Recruitment made easy

Nurtureboxとは何ですか?

NurtureboxはNurtureboxによって開発されたChromeの拡張機能で、その主な機能は「Recruitment made easy」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Nurturebox拡張機能のCRXファイルをダウンロード

Nurturebox拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Data entry is a drag. Sync candidate data to your ATS with a single click. Get their contact details and interact with them over common messaging platforms. 

NurtureBox was built to easily fit into your existing technology stack. It ties all your tools together, automates engagement without sacrificing personalization, and gives you analytics on what’s working.

We understand that recruiters have to switch to different tools to get information on candidates. That’s why our extension eliminates the hassle of elaborate steps before onboarding the right candidates. We aim to improve the recruiter experience while they look for the right fit.

  ➤ Find prospects from various platforms                                                                                          Use our Chrome Extension to find the email addresses & phone numbers of prospective candidates from the recruitment sites & add those directly to your campaign.

  ➤ Engage across multiple channels                                                                                            Execute a multi-touch multichannel sequence with emails, calls, SMS, ATS, and popular messaging applications to engage with more candidates.

 ➤ Track and analyze your progress                                                                                                     Find out how well your outreach is being received. NurtureBox automatically tracks every touchpoint and gives you analytics on what’s working with candidates. Follow-up with them through personalized messages.

 ➤ Faster approach to candidates                                                                                           
Nurturebox eases out the task of waiting for a candidate’s response. Recruiters can have instant conversations with candidates. The extension also allows for a quick interview feedback feature.                    

拡張機能の基本情報

名前 Nurturebox Nurturebox
ID eahedcimmiekdjjgiaagcjikacdahkol
公式URL https://chromewebstore.google.com/detail/nurturebox/eahedcimmiekdjjgiaagcjikacdahkol
説明 Recruitment made easy
ファイルサイズ 3.12 MB
インストール数 161
現在のバージョン 1.9.2
最終更新日 2024-03-07
公開日 2021-11-10
評価 5.00/5 合計 10 レビュー
開発者 Nurturebox
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nurturebox.ai/
プライバシーポリシーページのURL https://www.termsfeed.com/live/69de867c-a70f-4c29-ad3f-f92fec9b0491
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "Recruitment made easy",
    "action": {
        "default_title": "NurtureBox",
        "default_icon": "src\/assets\/logo\/logo48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "src\/assets\/logo\/logo16.png",
        "48": "src\/assets\/logo\/logo48.png",
        "128": "src\/assets\/logo\/logo128.png"
    },
    "background": {
        "service_worker": "bg-loader.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "moment.js",
                "linkedinContent.js"
            ],
            "css": [
                "linkedinContent.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.linkedin.com\/*"
            ],
            "js": [
                "injector.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/web.whatsapp.com\/*"
            ],
            "js": [
                "moment.js",
                "whatsappContent.js"
            ],
            "css": [
                "whatsappContent.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "webNavigation",
        "cookies",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/www.linkedin.com\/*",
        "*:\/\/login.nurturebox.ai\/*",
        "*:\/\/jd.nurturebox.ai\/*",
        "*:\/\/app.nurturebox.ai\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.html",
                "*.css",
                "\/src\/*",
                "nbListener.js"
            ],
            "matches": [
                "https:\/\/www.linkedin.com\/*",
                "https:\/\/web.whatsapp.com\/*"
            ]
        }
    ],
    "version": "1.9.2",
    "name": "Nurturebox",
    "externally_connectable": {
        "matches": [
            "*:\/\/login.nurturebox.ai\/*",
            "*:\/\/jd.nurturebox.ai\/*",
            "*:\/\/app.nurturebox.ai\/*"
        ]
    }
}