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
公式URL 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
Eメール [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"
}