Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

Was ist Add Exp - for Linkedin?

Add Exp - for Linkedin ist eine Chrome-Erweiterung, die von nlniv18 entwickelt wurde, und ihr Hauptmerkmal ist "Adds the experience requested in Linkedin job posts".

Erweiterungsscreenshots

screenshot

Add Exp - for Linkedin-Erweiterungs-CRX-Datei herunterladen

Laden Sie Add Exp - for Linkedin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Add Exp - for Linkedin Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
Offizielle URL https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha
Beschreibung Adds the experience requested in Linkedin job posts
Dateigröße 29.32 KB
Installationsanzahl 499
Aktuelle Version 1.1.1
Letztes Update 2023-01-02
Veröffentlichungsdatum 2022-12-23
Bewertung 4.86/5 Insgesamt 7 Bewertungen
Entwickler nlniv18
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}