seeglassdoor
See Glassdoor information when on a company's website.
O que é seeglassdoor?
seeglassdoor é uma extensão do Chrome desenvolvida por doobix, e sua principal característica é "See Glassdoor information when on a company's website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão seeglassdoor
Baixe arquivos de extensão seeglassdoor no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | seeglassdoor |
ID | cgganckkpjppenjelhbimliplciledbb |
URL Oficial | https://chromewebstore.google.com/detail/seeglassdoor/cgganckkpjppenjelhbimliplciledbb |
Descrição | See Glassdoor information when on a company's website. |
Tamanho do Arquivo | 54.16 KB |
Contagem de Instalações | 179 |
Versão Atual | 1.2.1 |
Última Atualização | 2020-07-20 |
Data de Publicação | 2016-03-12 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | doobix |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/doobix/seeglassdoor/ |
Idiomas Suportados | 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" } } |