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”。

擴展截圖

screenshot

下載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 Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
官方網址 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"
            ]
        }
    ]
}