Group Owner on LinkedIn

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

¿Qué es Group Owner on LinkedIn?

Group Owner on LinkedIn es una extensión de Chrome desarrollada por http://www.whit.com.au, y su función principal es "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".

Descargar Archivo CRX de la Extensión Group Owner on LinkedIn

Descarga archivos de extensión Group Owner on LinkedIn en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Group Owner on LinkedIn Group Owner on LinkedIn
ID gmepkkdhhnmiiiimjggdnkngcpfbihpk
URL Oficial https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk
Descripción This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
Tamaño del Archivo 148 KB
Cantidad de Instalaciones 15
Versión Actual 1.1
Última Actualización 2013-02-13
Fecha de Publicación 2013-02-13
Desarrollador http://www.whit.com.au
Tipo de Pago free
Idiomas Soportados 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"
            ]
        }
    ]
}