Group Owner on LinkedIn

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

Group Owner on LinkedIn란 무엇입니까?

Group Owner on LinkedIn은(는) http://www.whit.com.au에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page."입니다.

Group Owner on LinkedIn 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Group Owner on LinkedIn Group Owner on LinkedIn
ID gmepkkdhhnmiiiimjggdnkngcpfbihpk
공식 URL https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk
설명 This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
파일 크기 148 KB
설치 횟수 15
현재 버전 1.1
최근 업데이트 2013-02-13
출시 날짜 2013-02-13
개발자 http://www.whit.com.au
결제 유형 free
지원되는 언어 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"
            ]
        }
    ]
}