Recruit CRM Sourcing Extension
Source candidates & clients from anywhere with the handy Recruit CRM extension
Recruit CRM Sourcing Extension란 무엇입니까?
Recruit CRM Sourcing Extension은(는) https://recruitcrm.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Source candidates & clients from anywhere with the handy Recruit CRM extension"입니다.
확장 프로그램 스크린샷
Recruit CRM Sourcing Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |