seeglassdoor

See Glassdoor information when on a company's website.

Qu'est-ce que seeglassdoor ?

seeglassdoor est une extension Chrome développée par doobix, et sa fonction principale est "See Glassdoor information when on a company's website.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension seeglassdoor

Téléchargez les fichiers d'extension seeglassdoor 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

                        Do you ever find yourself visiting a company's website and thinking, "What would it be like to work here?" Now with this Chrome extension, you'll have a 1-click button to see the company's ratings and reviews from Glassdoor!

When you are on a website, just click the seeglassdoor button and the company information will be looked up from Glassdoor based on the URL of the Chrome tab that you are currently viewing.

For example, if you are viewing yahoo.com and you click the seeglassdoor button, Yahoo company information will pop up.

This project is open source. Feel free to contribute by creating issues and pull requests in the GitHub repo here: https://github.com/doobix/seeglassdoor                    

Informations de Base sur l'Extension

Nom seeglassdoor seeglassdoor
ID cgganckkpjppenjelhbimliplciledbb
URL Officiel https://chromewebstore.google.com/detail/seeglassdoor/cgganckkpjppenjelhbimliplciledbb
Description See Glassdoor information when on a company's website.
Taille du Fichier 54.16 KB
Nombre d'Installations 179
Version Actuelle 1.2.1
Dernière Mise à Jour 2020-07-20
Date de Publication 2016-03-12
Évaluation 5.00/5 Total 2 Évaluations
Développeur doobix
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/doobix/seeglassdoor/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "seeglassdoor",
    "description": "See Glassdoor information when on a company's website.",
    "version": "1.2.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/icon19.png",
            "38": "img\/icon38.png"
        },
        "default_title": "seeglassdoor",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}