Endorse-All Button for LinkedIn
Adds an endorse-all button to the LinkedIn skills section.
Apa itu Endorse-All Button for LinkedIn?
Endorse-All Button for LinkedIn adalah ekstensi Chrome yang dikembangkan oleh Elad Mizrahi, dan fitur utamanya adalah "Adds an endorse-all button to the LinkedIn skills section.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Endorse-All Button for LinkedIn
Unduh file ekstensi Endorse-All Button for LinkedIn dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Endorse-All Button for LinkedIn |
ID | hfjkelfijbdpkekonednlfmpclabmnjh |
URL Resmi | https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh |
Deskripsi | Adds an endorse-all button to the LinkedIn skills section. |
Ukuran File | 13.67 KB |
Jumlah Instalasi | 182 |
Versi Saat Ini | 2.1.1 |
Terakhir Diperbarui | 2022-12-11 |
Tanggal Publikasi | 2021-08-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Elad Mizrahi |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |