Group Owner on LinkedIn
This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
Was ist Group Owner on LinkedIn?
Group Owner on LinkedIn ist eine Chrome-Erweiterung, die von http://www.whit.com.au entwickelt wurde, und ihr Hauptmerkmal ist "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".
Group Owner on LinkedIn-Erweiterungs-CRX-Datei herunterladen
Laden Sie Group Owner on LinkedIn-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | |
ID | gmepkkdhhnmiiiimjggdnkngcpfbihpk |
Offizielle URL | https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk |
Beschreibung | This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page. |
Dateigröße | 148 KB |
Installationsanzahl | 15 |
Aktuelle Version | 1.1 |
Letztes Update | 2013-02-13 |
Veröffentlichungsdatum | 2013-02-13 |
Entwickler | http://www.whit.com.au |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |