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 |
Eメール | [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" ] } ] } |