Endorse-All Button for LinkedIn
Adds an endorse-all button to the LinkedIn skills section.
Cos'è Endorse-All Button for LinkedIn?
Endorse-All Button for LinkedIn è un'estensione di Chrome sviluppata da Elad Mizrahi, e la sua funzione principale è "Adds an endorse-all button to the LinkedIn skills section.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Endorse-All Button for LinkedIn
Scarica i file di estensione Endorse-All Button for LinkedIn in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfjkelfijbdpkekonednlfmpclabmnjh |
| URL Ufficiale | https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh |
| Descrizione | Adds an endorse-all button to the LinkedIn skills section. |
| Dimensione del File | 13.67 KB |
| Conteggio Installazioni | 182 |
| Versione Corrente | 2.1.1 |
| Ultimo Aggiornamento | 2022-12-11 |
| Data di Pubblicazione | 2021-08-04 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Elad Mizrahi |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |