Endorse-All Button for LinkedIn

Adds an endorse-all button to the LinkedIn skills section.

O que é Endorse-All Button for LinkedIn?

Endorse-All Button for LinkedIn é uma extensão do Chrome desenvolvida por Elad Mizrahi, e sua principal característica é "Adds an endorse-all button to the LinkedIn skills section.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Endorse-All Button for LinkedIn

Baixe arquivos de extensão Endorse-All Button 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

                        Adds an endorse-all button to your connection's LinkedIn skills section.
This way, you can endorse all of your connection's skills without clicking each of them manually.                    

Informações Básicas da Extensão

Nome Endorse-All Button for LinkedIn Endorse-All Button for LinkedIn
ID hfjkelfijbdpkekonednlfmpclabmnjh
URL Oficial https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh
Descrição Adds an endorse-all button to the LinkedIn skills section.
Tamanho do Arquivo 13.67 KB
Contagem de Instalações 182
Versão Atual 2.1.1
Última Atualização 2022-12-11
Data de Publicação 2021-08-04
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Elad Mizrahi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "$schema": "https:\/\/json.schemastore.org\/chrome-manifest",
    "manifest_version": 3,
    "name": "Endorse-All Button for LinkedIn",
    "version": "2.1.1",
    "description": "Adds an endorse-all button to the LinkedIn skills section.",
    "icons": {
        "48": "icons\/endorse-48.png",
        "96": "icons\/endorse-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "endorse-all.js"
            ]
        }
    ]
}