Group Owner on LinkedIn

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

Group Owner on LinkedIn là gì?

Group Owner on LinkedIn là một tiện ích mở rộng Chrome được phát triển bởi http://www.whit.com.au, và tính năng chính của nó là "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".

Tải xuống tệp CRX của tiện ích mở rộng Group Owner on LinkedIn

Tải xuống các tệp mở rộng Group Owner on LinkedIn dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Group Owner on LinkedIn Group Owner on LinkedIn
ID gmepkkdhhnmiiiimjggdnkngcpfbihpk
URL Chính Thức https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk
Mô tả This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
Kích Thước Tệp 148 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2013-02-13
Ngày Phát Hành 2013-02-13
Nhà Phát Triển http://www.whit.com.au
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}