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
公式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
Eメール [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"
            ]
        }
    ]
}