LinkedIn Years of Experience Checker
This extension checks the years of experience required for a job on LinkedIn.
What is LinkedIn Years of Experience Checker?
LinkedIn Years of Experience Checker is a Chrome extension developed by msr16npm, and its main feature is "This extension checks the years of experience required for a job on LinkedIn.".
Extension Screenshots
Download LinkedIn Years of Experience Checker Extension CRX File
Download LinkedIn Years of Experience Checker 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
This extension checks the years of experience required for a job on LinkedIn.
Extension Basic Information
Name | LinkedIn Years of Experience Checker |
ID | donhgkmejidpmaaaegcncggmplnpfcob |
Official URL | https://chromewebstore.google.com/detail/linkedin-years-of-experie/donhgkmejidpmaaaegcncggmplnpfcob |
Description | This extension checks the years of experience required for a job on LinkedIn. |
File Size | 197 KB |
Installation Count | 356 |
Current Version | 1.0.0 |
Last Updated | 2023-07-18 |
Publish Date | 2023-07-18 |
Rating | 3.67/5 Total 3 Ratings |
Developer | msr16npm |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://github.com/MayoSR/CitizIn |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "LinkedIn Years of Experience Checker", "description": "This extension checks the years of experience required for a job on LinkedIn.", "version": "1.0.0", "permissions": [ "activeTab", "https:\/\/www.linkedin.com\/*", "tabs" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "96": "icons\/icon96.png" }, "background": { "service_worker": "extensions\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.linkedin.com\/*" ], "js": [ "extensions\/content.js" ] } ], "web_accessible_resources": [ { "resources": [ "stats.png" ], "matches": [ "https:\/\/www.linkedin.com\/*" ] } ] } |