Recruit CRM Sourcing Extension
Source candidates & clients from anywhere with the handy Recruit CRM extension
Recruit CRM Sourcing Extensionคืออะไร?
Recruit CRM Sourcing Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://recruitcrm.io และคุณลักษณะหลักของมันคือ "Source candidates & clients from anywhere with the handy Recruit CRM extension"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Recruit CRM Sourcing Extension
ดาวน์โหลดไฟล์ส่วนขยาย Recruit CRM Sourcing Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Recruit CRM sourcing extension is designed to streamline your recruiting process, offering functionality on both desktop and mobile. Features: Multi-platform sourcing: Efficiently source candidates, contacts, and companies from hiring platforms with just a single click. Customizable fields: Tailor the extension to your needs by adding more fields of your choice, capturing the most relevant information for candidates, companies, and contacts. Customize it to align perfectly with your unique requirements. Smart duplicate detection: Avoid data clutter with our advanced duplicate detection feature. It not only identifies duplicate records but also updates the existing profiles in your Recruit CRM database with new information captured. Download now and start sourcing like a pro! For more details, visit https://help.recruitcrm.io/en/articles/2997767-recruit-crm-chrome-extension Browser permissions description (compliant with Chrome’s web store policies): Cookies: Utilized to retain user login details. Recruit CRM app: This URL serves as a gateway to send requests for the retrieval and storage of data. Declarative content: This permission allows the extension to be embedded within websites, enhancing the user experience by providing direct access to the extension's features. Active tab: A necessary permission that helps in identifying the appropriate tab to integrate the extension. Tabs: This permission is essential to determine which tab is actively communicating with the extension. Privacy: This permission enables the activation of third-party cookies, allowing users to directly log into the extension if they are already logged into the app.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Recruit CRM Sourcing Extension |
ID | pabamgafdnanldcgdhpfohfdpjjbekom |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/recruit-crm-sourcing-exte/pabamgafdnanldcgdhpfohfdpjjbekom |
คำอธิบาย | Source candidates & clients from anywhere with the handy Recruit CRM extension |
ขนาดไฟล์ | 1.48 MB |
จำนวนการติดตั้ง | 9,022 |
เวอร์ชันปัจจุบัน | 3.1.37 |
อัปเดตครั้งล่าสุด | 2024-02-09 |
วันที่เผยแพร่ | 2020-04-26 |
คะแนน | 5.00/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://recruitcrm.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://recruitcrm.io/legal/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Recruit CRM Sourcing Extension", "version": "3.1.37", "description": "Source candidates & clients from anywhere with the handy Recruit CRM extension", "permissions": [ "activeTab", "privacy", "https:\/\/app.recruitcrm.io\/", "https:\/\/albatross.recruitcrm.io\/" ], "background": { "scripts": [ "background.js", "assets\/js\/jquery.3.3.1.min.js", "assets\/js\/materialize.min.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "assets\/images\/logo-16.png", "32": "assets\/images\/logo-32.png", "48": "assets\/images\/logo-48.png", "128": "assets\/images\/logo-128.png" } }, "icons": { "16": "assets\/images\/logo-16.png", "32": "assets\/images\/logo-32.png", "48": "assets\/images\/logo-48.png", "128": "assets\/images\/logo-128.png" }, "web_accessible_resources": [ "views\/*", "assets\/*" ], "manifest_version": 2 } |