Endorse-All Button for LinkedIn
Adds an endorse-all button to the LinkedIn skills section.
ما هو Endorse-All Button for LinkedIn؟
Endorse-All Button for LinkedIn هو إضافة Chrome تم تطويرها بواسطة Elad Mizrahi، والميزة الرئيسية لها هي "Adds an endorse-all button to the LinkedIn skills section.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Endorse-All Button for LinkedIn
قم بتنزيل ملفات الامتداد Endorse-All Button for LinkedIn بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | Endorse-All Button for LinkedIn |
ID | hfjkelfijbdpkekonednlfmpclabmnjh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/endorse-all-button-for-li/hfjkelfijbdpkekonednlfmpclabmnjh |
الوصف | Adds an endorse-all button to the LinkedIn skills section. |
حجم الملف | 13.67 KB |
عدد التثبيتات | 182 |
النسخة الحالية | 2.1.1 |
آخر تحديث | 2022-12-11 |
تاريخ النشر | 2021-08-04 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Elad Mizrahi |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" ] } ] } |