Endorse-All Button for LinkedIn

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

What is Endorse-All Button for LinkedIn?

Endorse-All Button for LinkedIn is a Chrome extension developed by Elad Mizrahi, and its main feature is "Adds an endorse-all button to the LinkedIn skills section.".

Extension Screenshots

screenshot

Download Endorse-All Button for LinkedIn Extension CRX File

Download Endorse-All Button for LinkedIn extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Endorse-All Button for LinkedIn Endorse-All Button for LinkedIn
ID hfjkelfijbdpkekonednlfmpclabmnjh
Official URL https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh
Description Adds an endorse-all button to the LinkedIn skills section.
File Size 13.67 KB
Installation Count 182
Current Version 2.1.1
Last Updated 2022-12-11
Publish Date 2021-08-04
Rating 5.00/5 Total 1 Ratings
Developer Elad Mizrahi
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}