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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.whit.com.au และคุณลักษณะหลักของมันคือ "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Group Owner on LinkedIn

ดาวน์โหลดไฟล์ส่วนขยาย Group Owner on LinkedIn ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}