Greenhouse Prospecting

Become a prospecting wizard with Greenhouse!

Qu'est-ce que Greenhouse Prospecting ?

Greenhouse Prospecting est une extension Chrome développée par Greenhouse Software, et sa fonction principale est "Become a prospecting wizard with Greenhouse!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Greenhouse Prospecting

Téléchargez les fichiers d'extension Greenhouse Prospecting au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Greenhouse Prospecting Greenhouse Prospecting
ID plmlekabedgfocpkpncacfblnjkgonpk
URL Officiel https://chromewebstore.google.com/detail/greenhouse-prospecting/plmlekabedgfocpkpncacfblnjkgonpk
Description Become a prospecting wizard with Greenhouse!
Taille du Fichier 75.77 KB
Nombre d'Installations 5,702
Version Actuelle 8
Dernière Mise à Jour 2023-10-06
Date de Publication 2020-03-24
Évaluation 2.25/5 Total 16 Évaluations
Développeur Greenhouse Software
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}