Greenhouse Prospecting

Become a prospecting wizard with Greenhouse!

Greenhouse Prospecting란 무엇입니까?

Greenhouse Prospecting은(는) Greenhouse Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Become a prospecting wizard with Greenhouse!"입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adding Greenhouse Prospecting means that you’ll jumpstart your prospecting where you are working. Once installed, the Greenhouse Prospecting Plugin allows your organization to add prospects to your Greenhouse account from any website without leaving your current workflow.

Highlight any name or email address and Greenhouse Prospecting will search your Greenhouse account for potential matches.

If this is a new prospect, we’ll start a prospecting profile with their First and Last Name, and Email. Add any additional information into the new profile, including marking the prospect for a particular department, office, or job.                    

확장 프로그램 기본 정보

이름 Greenhouse Prospecting Greenhouse Prospecting
ID plmlekabedgfocpkpncacfblnjkgonpk
공식 URL https://chromewebstore.google.com/detail/greenhouse-prospecting/plmlekabedgfocpkpncacfblnjkgonpk
설명 Become a prospecting wizard with Greenhouse!
파일 크기 75.77 KB
설치 횟수 5,702
현재 버전 8
최근 업데이트 2023-10-06
출시 날짜 2020-03-24
평점 2.25/5 총 16 개의 평점
개발자 Greenhouse Software
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Greenhouse Prospecting",
    "description": "Become a prospecting wizard with Greenhouse!",
    "version": "8",
    "browser_action": {
        "default_icon": "images\/greenhouse-icon.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.4.1.min.js",
            "scripts\/background.js"
        ],
        "run_at": "document_start"
    },
    "options_page": "views\/options.html",
    "icons": {
        "16": "images\/greenhouse-icon.png",
        "48": "images\/greenhouse-icon.png",
        "128": "images\/greenhouse-icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "activeTab",
        "*:\/\/*.greenhouse.io\/*"
    ],
    "optional_permissions": [
        ""
    ],
    "web_accessible_resources": [
        "views\/*",
        "images\/*"
    ]
}