Add Exp - for Linkedin

Adds the experience requested in Linkedin job posts

O que é Add Exp - for Linkedin?

Add Exp - for Linkedin é uma extensão do Chrome desenvolvida por nlniv18, e sua principal característica é "Adds the experience requested in Linkedin job posts".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Add Exp - for Linkedin

Baixe arquivos de extensão Add Exp - for Linkedin no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Add Exp - for Linkedin Add Exp - for Linkedin
ID kjjmadhfcibknloppnmaaaeoccdgdfha
URL Oficial https://chromewebstore.google.com/detail/add-exp-for-linkedin/kjjmadhfcibknloppnmaaaeoccdgdfha
Descrição Adds the experience requested in Linkedin job posts
Tamanho do Arquivo 29.32 KB
Contagem de Instalações 499
Versão Atual 1.1.1
Última Atualização 2023-01-02
Data de Publicação 2022-12-23
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor nlniv18
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}