Add Exp - for Linkedin
Adds the experience requested in Linkedin job posts
What is Add Exp - for Linkedin?
Add Exp - for Linkedin is a Chrome extension developed by nlniv18, and its main feature is "Adds the experience requested in Linkedin job posts".
Extension Screenshots
Download Add Exp - for Linkedin Extension CRX File
Download Add Exp - for Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Add Exp - for Linkedin |
ID | kjjmadhfcibknloppnmaaaeoccdgdfha |
Official URL | https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha |
Description | Adds the experience requested in Linkedin job posts |
File Size | 29.32 KB |
Installation Count | 499 |
Current Version | 1.1.1 |
Last Updated | 2023-01-02 |
Publish Date | 2022-12-23 |
Rating | 4.86/5 Total 7 Ratings |
Developer | nlniv18 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |