Greenhouse Prospecting

Become a prospecting wizard with Greenhouse!

Apa itu Greenhouse Prospecting?

Greenhouse Prospecting adalah ekstensi Chrome yang dikembangkan oleh Greenhouse Software, dan fitur utamanya adalah "Become a prospecting wizard with Greenhouse!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Greenhouse Prospecting

Unduh file ekstensi Greenhouse Prospecting dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Greenhouse Prospecting Greenhouse Prospecting
ID plmlekabedgfocpkpncacfblnjkgonpk
URL Resmi https://chromewebstore.google.com/detail/greenhouse-prospecting/plmlekabedgfocpkpncacfblnjkgonpk
Deskripsi Become a prospecting wizard with Greenhouse!
Ukuran File 75.77 KB
Jumlah Instalasi 5,702
Versi Saat Ini 8
Terakhir Diperbarui 2023-10-06
Tanggal Publikasi 2020-03-24
Penilaian 2.25/5 Total 16 Penilaian
Pengembang Greenhouse Software
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
    ]
}