Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
ما هو Linkedin Endorser؟
Linkedin Endorser هو إضافة Chrome تم تطويرها بواسطة swissashley، والميزة الرئيسية لها هي "This Chrome extension will help you to endorse all the skills in one click.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Linkedin Endorser
قم بتنزيل ملفات الامتداد Linkedin Endorser بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This Chrome Extension can let you endorse your friend just in one click! With this extension, users will be able to: - [ ] Endorse all the skills for your friend. - [ ] Has an option to create a skill list you want to endorse for your friend.
معلومات أساسية عن التمديد
الاسم | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
الوصف | This Chrome extension will help you to endorse all the skills in one click. |
حجم الملف | 300 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 1.2 |
آخر تحديث | 2016-09-22 |
تاريخ النشر | 2016-09-22 |
المطور | swissashley |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/swissashley/chrome-ext-linkedinEndorser |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Linkedin Endorser", "description": "This Chrome extension will help you to endorse all the skills in one click.", "version": "1.2", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": "icons\/icon38.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/in\/*" ], "js": [ "jquery-3.1.0.min.js", "myscript.js" ] } ], "options_page": "options.html", "permissions": [ "activeTab", "tabs", "storage", "https:\/\/www.linkedin.com\/*" ] } |