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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will fetch the LinkedIn group owner's profile from the Linkedin Group search page."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Group Owner on LinkedIn एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |