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文件

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

擴展使用說明

                        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
官方網址 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\/*"
    ]
}