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文件
下载Add Exp - for Linkedin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |