Greenhouse Prospecting
Become a prospecting wizard with Greenhouse!
Co to jest Greenhouse Prospecting?
Greenhouse Prospecting to rozszerzenie Chrome opracowane przez Greenhouse Software, a jego główną funkcją jest „Become a prospecting wizard with Greenhouse!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Greenhouse Prospecting
Pobierz pliki rozszerzeń Greenhouse Prospecting w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | plmlekabedgfocpkpncacfblnjkgonpk |
Oficjalny URL | https://chromewebstore.google.com/detail/greenhouse-prospecting/plmlekabedgfocpkpncacfblnjkgonpk |
Opis | Become a prospecting wizard with Greenhouse! |
Rozmiar pliku | 75.77 KB |
Liczba instalacji | 5,702 |
Aktualna Wersja | 8 |
Ostatnia Aktualizacja | 2023-10-06 |
Data Publikacji | 2020-03-24 |
Ocena | 2.25/5 Łącznie 16 Oceny |
Deweloper | Greenhouse Software |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |