Endorse-All Button for LinkedIn
Adds an endorse-all button to the LinkedIn skills section.
Wat is Endorse-All Button for LinkedIn?
Endorse-All Button for LinkedIn is een Chrome-extensie ontwikkeld door Elad Mizrahi, en de belangrijkste functie is "Adds an endorse-all button to the LinkedIn skills section.".
Extensie Screenshots
Download het CRX-bestand van de extensie Endorse-All Button for LinkedIn
Download Endorse-All Button for LinkedIn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | hfjkelfijbdpkekonednlfmpclabmnjh | 
| Officiële URL | https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh | 
| Beschrijving | Adds an endorse-all button to the LinkedIn skills section. | 
| Bestandsgrootte | 13.67 KB | 
| Aantal Installaties | 182 | 
| Huidige Versie | 2.1.1 | 
| Laatst Bijgewerkt | 2022-12-11 | 
| Publicatiedatum | 2021-08-04 | 
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Elad Mizrahi | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
            ]
        }
    ]
}  |  |