Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

Apa itu Add Exp - for Linkedin?

Add Exp - for Linkedin adalah ekstensi Chrome yang dikembangkan oleh nlniv18, dan fitur utamanya adalah "Adds the experience requested in Linkedin job posts".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Add Exp - for Linkedin

Unduh file ekstensi Add Exp - for Linkedin dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Add Exp - for Linkedin Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
URL Resmi https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha
Deskripsi Adds the experience requested in Linkedin job posts
Ukuran File 29.32 KB
Jumlah Instalasi 499
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-01-02
Tanggal Publikasi 2022-12-23
Penilaian 4.86/5 Total 7 Penilaian
Pengembang nlniv18
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}