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. 擴展基本資訊
| 名稱 | |
| ID | hfjkelfijbdpkekonednlfmpclabmnjh |
| 官方網址 | 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"
]
}
]
} | |