Endorse-All Button for LinkedIn
Adds an endorse-all button to the LinkedIn skills section.
Qu'est-ce que Endorse-All Button for LinkedIn ?
Endorse-All Button for LinkedIn est une extension Chrome développée par Elad Mizrahi, et sa fonction principale est "Adds an endorse-all button to the LinkedIn skills section.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Endorse-All Button for LinkedIn
Téléchargez les fichiers d'extension Endorse-All Button for LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Endorse-All Button for LinkedIn |
ID | hfjkelfijbdpkekonednlfmpclabmnjh |
URL Officiel | https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh |
Description | Adds an endorse-all button to the LinkedIn skills section. |
Taille du Fichier | 13.67 KB |
Nombre d'Installations | 182 |
Version Actuelle | 2.1.1 |
Dernière Mise à Jour | 2022-12-11 |
Date de Publication | 2021-08-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Elad Mizrahi |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |