LinkedIn Saved Jobs Extractor
Extracts your saved jobs from your LinkedIn
LinkedIn Saved Jobs Extractor란 무엇입니까?
LinkedIn Saved Jobs Extractor은(는) https://resumesbuilder.ai에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extracts your saved jobs from your LinkedIn"입니다.
확장 프로그램 스크린샷
LinkedIn Saved Jobs Extractor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
LinkedIn Saved Jobs Extractor is a powerful Chrome and Edge extension designed to make it easy for you to export your saved jobs on LinkedIn. With just a few clicks, you can download your saved jobs to a CSV file or copy them to your clipboard for easy access and organization. With its user-friendly interface and customizable settings, LinkedIn Saved Jobs Extractor is the ultimate tool for job seekers who want to streamline their job search process and stay organized. And you get free executions when you sign up. Features and Capabilities LinkedIn Saved Jobs Extractor offers a range of powerful features to help you manage your job search more effectively: ☑ Export saved jobs to a CSV file or copy them to the clipboard. ☑ Customizable pagination settings to extract jobs from multiple pages. ☑ Adjustable wait time between pages for optimal performance. ☑ Option to set the maximum number of jobs to extract. ☑ Easy account creation and management. Just email, username and password. ☑ Buy additional runs with secure Stripe checkout in seconds. ☑ Access your account on multiple browsers. ☑ Extract recruiter email contact information for easy follow-up. Did you know? You can copy the extracted job descriptions and use them at https://www.resumesbuilder.ai to create a custom resume within 15 seconds using our advanced AI models! What you need ☑ A LinkedIn account. You need to be signed-in with saved jobs. ☑ Enable popups in your browser. Check out our FAQs for specific steps. ☑ Sign-up with Okta/Auth0 by just providing a working email address and password.
확장 프로그램 기본 정보
이름 | |
ID | liclfdjjigelpgeiohfikapimiljambg |
공식 URL | https://chromewebstore.google.com/detail/linkedin-saved-jobs-extra/liclfdjjigelpgeiohfikapimiljambg |
설명 | Extracts your saved jobs from your LinkedIn |
파일 크기 | 84.96 KB |
설치 횟수 | 124 |
현재 버전 | 1.3 |
최근 업데이트 | 2023-11-21 |
출시 날짜 | 2023-05-09 |
개발자 | https://resumesbuilder.ai |
이메일 | [email protected] |
결제 유형 | in_app |
확장 프로그램 웹 사이트 | https://extensions.resumesbuilder.ai |
도움말 페이지 URL | https://extensions.resumesbuilder.ai/faq.html |
개인정보 보호 정책 페이지 URL | https://extensions.resumesbuilder.ai/privacy_policy.html |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LinkedIn Saved Jobs Extractor", "version": "1.3", "description": "Extracts your saved jobs from your LinkedIn", "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "activeTab", "storage", "tabs", "scripting", "clipboardWrite" ], "host_permissions": [ "https:\/\/*.linkedin.com\/jobs\/view\/*" ], "action": { "default_icon": "icons\/icon_48.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "content.js" ] }, { "matches": [ "https:\/\/*.linkedin.com\/*" ], "js": [ "auth0-spa-js.production.js" ] } ], "background": { "service_worker": "background.js" } } |