Linkedin Endorser
This Chrome extension will help you to endorse all the skills in one click.
What is Linkedin Endorser?
Linkedin Endorser is a Chrome extension developed by swissashley, and its main feature is "This Chrome extension will help you to endorse all the skills in one click.".
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
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.
Extension Basic Information
Name | Linkedin Endorser |
ID | mhakkhaadpkehkiiiimheegdbchfmlbi |
Official URL | https://chromewebstore.google.com/detail/linkedin-endorser/mhakkhaadpkehkiiiimheegdbchfmlbi |
Description | This Chrome extension will help you to endorse all the skills in one click. |
File Size | 300 KB |
Installation Count | 33 |
Current Version | 1.2 |
Last Updated | 2016-09-22 |
Publish Date | 2016-09-22 |
Developer | swissashley |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/swissashley/chrome-ext-linkedinEndorser |
Supported Languages | 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\/*" ] } |