Greenhouse Recruiting Chrome extension

Add prospects to Greenhouse from anywhere

什麼是Greenhouse Recruiting Chrome extension?

Greenhouse Recruiting Chrome extension是由sourcing開發的Chrome擴展程式,該擴展的主要功能是“Add prospects to Greenhouse from anywhere”。

擴展截圖

screenshot

下載Greenhouse Recruiting Chrome extension擴展crx文件

下載Greenhouse Recruiting Chrome extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        The Greenhouse Recruiting Chrome extension allows your organization to add prospects to your Greenhouse CRM from a website, resume, or manually through the plugin without leaving your current workflow. Adding a resume now auto-parses contact details for an even more efficient way to add new talent to Greenhouse. 

Whether you’re organizing talent into prospect pools or actively performing outreach, the Greenhouse Recruiting Chrome extension ensures you can find, reach, and track your prospects more efficiently and effectively - all within Greenhouse.

Learn more about how to get started with the extension, including a brief overview video:
https://support.greenhouse.io/hc/en-us/articles/4947637389083-Greenhouse-Recruiting-Chrome-extension                    

擴展基本資訊

名稱 Greenhouse Recruiting Chrome extension Greenhouse Recruiting Chrome extension
ID naooopefdfeangnkgmjpklgblnfmbaea
官方網址 https://chromewebstore.google.com/detail/greenhouse-recruiting-chr/naooopefdfeangnkgmjpklgblnfmbaea
簡介 Add prospects to Greenhouse from anywhere
檔案大小 3.78 MB
安裝次數 7,344
目前版本 3.1.1
更新時間 2024-02-27
上架時間 2022-05-20
評分 2.31/5 共 16 次評分
開發者 sourcing
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://support.greenhouse.io/hc/en-us/articles/4947637389083
隱私政策頁面URL https://www.greenhouse.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Greenhouse Recruiting Chrome extension",
    "version": "3.1.1",
    "short_name": "Greenhouse Recruiting",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": ".\/options.html",
    "host_permissions": [
        "https:\/\/*.greenhouse.io\/*",
        "https:\/\/*.greenhouse.dev\/*",
        "https:\/\/*.linkedin.com\/*",
        "https:\/\/*.github.com\/*"
    ],
    "permissions": [
        "cookies",
        "webRequest",
        "storage",
        "system.display",
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.github.com\/*"
            ],
            "js": [
                "github.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.angel.co\/*"
            ],
            "js": [
                "angellist.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.indeed.com\/*"
            ],
            "js": [
                "indeed.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "common.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/*.png"
            ],
            "matches": [
                "*:\/\/*.github.com\/*"
            ]
        }
    ],
    "description": "Add prospects to Greenhouse from anywhere"
}