Add Exp - for Linkedin
Adds the experience requested in Linkedin job posts
Add Exp - for Linkedin là gì?
Add Exp - for Linkedin là một tiện ích mở rộng Chrome được phát triển bởi nlniv18, và tính năng chính của nó là "Adds the experience requested in Linkedin job posts".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Add Exp - for Linkedin
Tải xuống các tệp mở rộng Add Exp - for Linkedin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Add Exp - for Linkedin |
ID | kjjmadhfcibknloppnmaaaeoccdgdfha |
URL Chính Thức | https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha |
Mô tả | Adds the experience requested in Linkedin job posts |
Kích Thước Tệp | 29.32 KB |
Số Lần Cài Đặt | 499 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-01-02 |
Ngày Phát Hành | 2022-12-23 |
Đánh Giá | 4.86/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | nlniv18 |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |