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是由Elad Mizrahi开发的Chrome扩展程序,该扩展的主要功能是“Adds an endorse-all button to the LinkedIn skills section.”。
扩展截图
下载Endorse-All Button for LinkedIn扩展crx文件
下载Endorse-All Button for LinkedIn扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |