Greenhouse Prospecting
Become a prospecting wizard with Greenhouse!
Greenhouse Prospectingคืออะไร?
Greenhouse Prospecting เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Greenhouse Software และคุณลักษณะหลักของมันคือ "Become a prospecting wizard with Greenhouse!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Greenhouse Prospecting
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | plmlekabedgfocpkpncacfblnjkgonpk |
URL อย่างเป็นทางการ | 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": [ " |