Search on Linkedin

Search companies on Linkedin

What is Search on Linkedin?

Search on Linkedin is a Chrome extension developed by http://www.anhangzhu.com, and its main feature is "Search companies on Linkedin".

Extension Screenshots

screenshot
screenshot

Download Search on Linkedin Extension CRX File

Download Search on Linkedin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Note: YOU MUST HIGHLIGHT THE TEXT YOU WANT TO SEARCH FIRST!

1. Highlight text
2. Right click to bring up menu, and click on "Search!"
3. See result pop up. No pop up means no results. Try another chunk of text.

Currently, this extension only supports companies. There are plans to extend it in the future for people search.                    

Extension Basic Information

Name Search on Linkedin Search on Linkedin
ID kldijfbphampndgemooecbdgfdnmhhjl
Official URL https://chrome.google.com/webstore/detail/search-on-linkedin/kldijfbphampndgemooecbdgfdnmhhjl
Description Search companies on Linkedin
File Size 7.39 KB
Installation Count 1,000
Current Version 0.2
Last Updated 2014-06-16
Publish Date 2014-06-16
Rating 2.77/5 Total 26 Ratings
Developer http://www.anhangzhu.com
Payment Type free
Extension Website https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
Help Page URL https://github.com/porkeypop/Search-On-Linkedin-Chrome-Extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search on Linkedin",
    "version": "0.2",
    "manifest_version": 2,
    "description": "Search companies on Linkedin",
    "permissions": [
        "contextMenus",
        "http:\/\/www.linkedin.com\/*\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "*:\/\/*\/*"
            ],
            "js": [
                "application.js"
            ]
        }
    ]
}