Greenhouse Recruiting Chrome extension
Add prospects to Greenhouse from anywhere
Greenhouse Recruiting Chrome extension क्या है?
Greenhouse Recruiting Chrome extension sourcing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add prospects to Greenhouse from anywhere"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Greenhouse Recruiting Chrome extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Greenhouse Recruiting Chrome extension allows your organization to add prospects to your Greenhouse CRM from a website, resume, or manually through the plugin without leaving your current workflow. Adding a resume now auto-parses contact details for an even more efficient way to add new talent to Greenhouse. Whether you’re organizing talent into prospect pools or actively performing outreach, the Greenhouse Recruiting Chrome extension ensures you can find, reach, and track your prospects more efficiently and effectively - all within Greenhouse. Learn more about how to get started with the extension, including a brief overview video: https://support.greenhouse.io/hc/en-us/articles/4947637389083-Greenhouse-Recruiting-Chrome-extension
एक्सटेंशन की मूल जानकारी
नाम | Greenhouse Recruiting Chrome extension |
ID | naooopefdfeangnkgmjpklgblnfmbaea |
आधिकारिक URL | https://chromewebstore.google.com/detail/greenhouse-recruiting-chr/naooopefdfeangnkgmjpklgblnfmbaea |
विवरण | Add prospects to Greenhouse from anywhere |
फ़ाइल का आकार | 3.78 MB |
स्थापना संख्या | 7,344 |
वर्तमान संस्करण | 3.1.1 |
अंतिम अपडेट | 2024-02-27 |
प्रकाशन तिथि | 2022-05-20 |
रेटिंग | 2.31/5 कुल 16 रेटिंग्स |
डेवलपर | sourcing |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://support.greenhouse.io/hc/en-us/articles/4947637389083 |
गोपनीयता नीति पृष्ठ URL | https://www.greenhouse.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Greenhouse Recruiting Chrome extension", "version": "3.1.1", "short_name": "Greenhouse Recruiting", "manifest_version": 3, "action": [], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "service_worker": "background.js" }, "options_page": ".\/options.html", "host_permissions": [ "https:\/\/*.greenhouse.io\/*", "https:\/\/*.greenhouse.dev\/*", "https:\/\/*.linkedin.com\/*", "https:\/\/*.github.com\/*" ], "permissions": [ "cookies", "webRequest", "storage", "system.display", "tabs", "contextMenus" ], "content_scripts": [ { "matches": [ "*:\/\/*.github.com\/*" ], "js": [ "github.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.angel.co\/*" ], "js": [ "angellist.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.indeed.com\/*" ], "js": [ "indeed.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "common.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "\/images\/*.png" ], "matches": [ "*:\/\/*.github.com\/*" ] } ], "description": "Add prospects to Greenhouse from anywhere" } |