LinkedIn Endorser
An extension to endorse someone for everything on LinkedIn.
What is LinkedIn Endorser?
LinkedIn Endorser is a Chrome extension developed by dovern42, and its main feature is "An extension to endorse someone for everything on LinkedIn.".
Extension Screenshots
Download LinkedIn Endorser Extension CRX File
Download LinkedIn Endorser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Upon going to your friend/boss/enemy's LinkedIn page, this applet will provide a button to endorse them for every skill they have, to the level that you believe that they merit, and include your relationship working with them. No one should use it ever, but that's never been a reason to stop something from existing. When active, it will appear as a lit up medal in the top right corner with the rest of your add ons. Click on it to engage the power.
Extension Basic Information
Name | |
ID | plpojgnkonpbkjhmlgaoehheeodhango |
Official URL | https://chrome.google.com/webstore/detail/linkedin-endorser/plpojgnkonpbkjhmlgaoehheeodhango |
Description | An extension to endorse someone for everything on LinkedIn. |
File Size | 30.63 KB |
Installation Count | 175 |
Current Version | 0.2 |
Last Updated | 2019-09-03 |
Publish Date | 2019-09-03 |
Rating | 5.00/5 Total 3 Ratings |
Developer | dovern42 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LinkedIn Endorser", "version": "0.2", "permissions": [ "activeTab", "declarativeContent", "storage" ], "description": "An extension to endorse someone for everything on LinkedIn.", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/medal16.png", "32": "images\/medal32.png", "48": "images\/medal48.png", "128": "images\/medal128.png" } }, "icons": { "16": "images\/medal16.png", "32": "images\/medal32.png", "48": "images\/medal48.png", "128": "images\/medal128.png" }, "manifest_version": 2 } |