Group Owner on LinkedIn

This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.

Wat is Group Owner on LinkedIn?

Group Owner on LinkedIn is een Chrome-extensie ontwikkeld door http://www.whit.com.au, en de belangrijkste functie is "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".

Download het CRX-bestand van de extensie Group Owner on LinkedIn

Download Group Owner on LinkedIn-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Group Owner on LinkedIn Group Owner on LinkedIn
ID gmepkkdhhnmiiiimjggdnkngcpfbihpk
Officiële URL https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk
Beschrijving This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
Bestandsgrootte 148 KB
Aantal Installaties 15
Huidige Versie 1.1
Laatst Bijgewerkt 2013-02-13
Publicatiedatum 2013-02-13
Ontwikkelaar http://www.whit.com.au
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}