Endorse-All Button for LinkedIn

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

Co je Endorse-All Button for LinkedIn?

Endorse-All Button for LinkedIn je rozšíření Chrome vyvinuté Elad Mizrahi, a jeho hlavní funkcí je „Adds an endorse-all button to the LinkedIn skills section.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Endorse-All Button for LinkedIn

Stáhněte si soubory rozšíření Endorse-All Button for LinkedIn ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Endorse-All Button for LinkedIn Endorse-All Button for LinkedIn
ID hfjkelfijbdpkekonednlfmpclabmnjh
Oficiální URL https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh
Popis Adds an endorse-all button to the LinkedIn skills section.
Velikost souboru 13.67 KB
Počet instalací 182
Aktuální Verze 2.1.1
Poslední Aktualizace 2022-12-11
Datum Vydání 2021-08-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Elad Mizrahi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}