Group Owner on LinkedIn
This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.
Qu'est-ce que Group Owner on LinkedIn ?
Group Owner on LinkedIn est une extension Chrome développée par http://www.whit.com.au, et sa fonction principale est "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page.".
Télécharger le fichier CRX de l'extension Group Owner on LinkedIn
Téléchargez les fichiers d'extension Group Owner on LinkedIn au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | gmepkkdhhnmiiiimjggdnkngcpfbihpk |
URL Officiel | https://chrome.google.com/webstore/detail/group-owner-on-linkedin/gmepkkdhhnmiiiimjggdnkngcpfbihpk |
Description | This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page. |
Taille du Fichier | 148 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2013-02-13 |
Date de Publication | 2013-02-13 |
Développeur | http://www.whit.com.au |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |