Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

Vad är Add Exp - for Linkedin?

Add Exp - for Linkedin är en Chrome-tillägg utvecklad av nlniv18, och dess huvudfunktion är "Adds the experience requested in Linkedin job posts".

Tilläggsskärmbilder

screenshot

Ladda ner Add Exp - for Linkedin-förlängningens CRX-fil

Ladda ner Add Exp - for Linkedin-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Add Exp - for Linkedin Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
Officiell webbadress https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha
Beskrivning Adds the experience requested in Linkedin job posts
Filstorlek 29.32 KB
Antal Installationer 499
Aktuell Version 1.1.1
Senast Uppdaterad 2023-01-02
Publiceringsdatum 2022-12-23
Betyg 4.86/5 Totalt 7 Betyg
Utvecklare nlniv18
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}