LinkedGlass

View a company's Glassdoor rating while searching LinkedIn jobs

What is LinkedGlass?

LinkedGlass is a Chrome extension developed by nicholas.condo, and its main feature is "View a company's Glassdoor rating while searching LinkedIn jobs".

Extension Screenshots

screenshot

Download LinkedGlass Extension CRX File

Download LinkedGlass 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

                        LinkedGlass displays a company's Glassdoor rating while searching LinkedIn jobs. Hovering over a company's name will show the Glassdoor rating for that company, and provide a link to open Glassdoor in a new tab for more in-depth research.                    

Extension Basic Information

Name LinkedGlass LinkedGlass
ID fpbdaidhinajmkodbahbnbhbhbklalcd
Official URL https://chromewebstore.google.com/detail/linkedglass/fpbdaidhinajmkodbahbnbhbhbklalcd
Description View a company's Glassdoor rating while searching LinkedIn jobs
File Size 43.64 KB
Installation Count 172
Current Version 1.0.4
Last Updated 2016-08-26
Publish Date 2016-08-26
Rating 4.56/5 Total 9 Ratings
Developer nicholas.condo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LinkedGlass",
    "description": "View a company's Glassdoor rating while searching LinkedIn jobs",
    "version": "1.0.4",
    "author": "Nicholas Condo",
    "icons": {
        "48": "lg_icon48.png",
        "128": "lg_icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.linkedin.com\/jobs\/search?*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "config.js",
                "contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/api.glassdoor.com\/*"
    ]
}