LinkedGlass

View a company's Glassdoor rating while searching LinkedIn jobs

Wat is LinkedGlass?

LinkedGlass is een Chrome-extensie ontwikkeld door nicholas.condo, en de belangrijkste functie is "View a company's Glassdoor rating while searching LinkedIn jobs".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie LinkedGlass

Download LinkedGlass-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam LinkedGlass LinkedGlass
ID fpbdaidhinajmkodbahbnbhbhbklalcd
Officiële URL https://chromewebstore.google.com/detail/linkedglass/fpbdaidhinajmkodbahbnbhbhbklalcd
Beschrijving View a company's Glassdoor rating while searching LinkedIn jobs
Bestandsgrootte 43.64 KB
Aantal Installaties 172
Huidige Versie 1.0.4
Laatst Bijgewerkt 2016-08-26
Publicatiedatum 2016-08-26
Beoordeling 4.56/5 Totaal 9 Beoordelingen
Ontwikkelaar nicholas.condo
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}