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ファイルをダウンロード
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
拡張機能の基本情報
名前 | |
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" ] } ] } |