Add Exp - for Linkedin
Adds the experience requested in Linkedin job posts
Add Exp - for Linkedin란 무엇입니까?
Add Exp - for Linkedin은(는) nlniv18에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds the experience requested in Linkedin job posts"입니다.
확장 프로그램 스크린샷
Add Exp - for Linkedin 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With just a few clicks, you can see the years of experience required for any job posting on LinkedIn. No more guesswork! Simply install the extension and start using it today to save time and increase your chances of finding the perfect job. Whether you're a seasoned professional or just starting out in your career, this extension is a valuable tool that can help you find your dream job on LinkedIn. Just click the extension icon while on the Linkedin job search page and enjoy!
확장 프로그램 기본 정보
이름 | Add Exp - for Linkedin |
ID | kjjmadhfcibknloppnmaaaeoccdgdfha |
공식 URL | https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha |
설명 | Adds the experience requested in Linkedin job posts |
파일 크기 | 29.32 KB |
설치 횟수 | 499 |
현재 버전 | 1.1.1 |
최근 업데이트 | 2023-01-02 |
출시 날짜 | 2022-12-23 |
평점 | 4.86/5 총 7 개의 평점 |
개발자 | nlniv18 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Add Exp - for Linkedin", "description": "Adds the experience requested in Linkedin job posts", "version": "1.1.1", "action": [], "permissions": [ "activeTab", "scripting" ], "icons": { "16": "exp.png", "48": "exp.png", "128": "exp.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/jobs\/search\/*" ], "js": [ "run.js" ] } ] } |