Group Owner on LinkedIn
This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
What is Group Owner on LinkedIn?
Group Owner on LinkedIn is a Chrome extension developed by http://www.whit.com.au, and its main feature is "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".
Download Group Owner on LinkedIn Extension CRX File
Download Group Owner on LinkedIn 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
HOW TO USE ========== 1. Visit the LinkedIn group search page: http://www.linkedin.com/search-fe/group_search 2. Click on any of the groups WHAT DOES IT DO? ================ When you click on a group, it will turn yellow It will load the group owner's profile and paste it just above the group. WHY WOULD YOU WANT THAT? ======================== It is a great way to see who is in charge of the group before you join it. CHANGELOG ========== 1.1 Show's a "show owner" button when you hover over the group. 1.0 Initial version
Extension Basic Information
Name | |
ID | gmepkkdhhnmiiiimjggdnkngcpfbihpk |
Official URL | https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk |
Description | This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page. |
File Size | 148 KB |
Installation Count | 15 |
Current Version | 1.1 |
Last Updated | 2013-02-13 |
Publish Date | 2013-02-13 |
Developer | http://www.whit.com.au |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Group Owner on LinkedIn", "description": "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.", "version": "1.1", "icons": { "16": "basecamp-16.png", "48": "basecamp-48.png", "128": "basecamp-128.png" }, "permissions": [ "http:\/\/www.linkedin.com\/", "https:\/\/www.linkedin.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/www.linkedin.com\/search-fe\/group_search*", "https:\/\/www.linkedin.com\/search-fe\/group_search*" ], "js": [ "jquery.js", "application.js" ] } ] } |