Endorse-All Button for LinkedIn

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

Co to jest Endorse-All Button for LinkedIn?

Endorse-All Button for LinkedIn to rozszerzenie Chrome opracowane przez Elad Mizrahi, a jego główną funkcją jest „Adds an endorse-all button to the LinkedIn skills section.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Endorse-All Button for LinkedIn

Pobierz pliki rozszerzeń Endorse-All Button for LinkedIn w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Endorse-All Button for LinkedIn Endorse-All Button for LinkedIn
ID hfjkelfijbdpkekonednlfmpclabmnjh
Oficjalny URL https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh
Opis Adds an endorse-all button to the LinkedIn skills section.
Rozmiar pliku 13.67 KB
Liczba instalacji 182
Aktualna Wersja 2.1.1
Ostatnia Aktualizacja 2022-12-11
Data Publikacji 2021-08-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Elad Mizrahi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}