Careers Page Finder
This extension allows you to easily find the sneaky careers url on any page
O que é Careers Page Finder?
Careers Page Finder é uma extensão do Chrome desenvolvida por https://dimafeldman.com, e sua principal característica é "This extension allows you to easily find the sneaky careers url on any page".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Careers Page Finder
Baixe arquivos de extensão Careers Page Finder 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
Save a few valuable seconds on every company page you visit while job hunting. This extension allows you to easily find the sneaky careers/jobs url on any website. It also allows you to mark links that the extension wasn't smart enough to find - and teach it how to do so next time. Plus - it's completely open source, and available here: https://github.com/dimafeldman/careers-page-finder
Informações Básicas da Extensão
Nome | Careers Page Finder |
ID | kocllagmdaamacaegmhpaknjgbkfpfag |
URL Oficial | https://chromewebstore.google.com/detail/careers-page-finder/kocllagmdaamacaegmhpaknjgbkfpfag |
Descrição | This extension allows you to easily find the sneaky careers url on any page |
Tamanho do Arquivo | 41.44 KB |
Contagem de Instalações | 25 |
Versão Atual | 1.0 |
Última Atualização | 2016-12-18 |
Data de Publicação | 2016-12-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://dimafeldman.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://dimafeldman.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Careers Page Finder", "description": "This extension allows you to easily find the sneaky careers url on any page", "version": "1.0", "browser_action": { "default_icon": "icons\/icon-19.png", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon-16-active.png", "19": "icons\/icon-19-active.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab", "tabs", "contextMenus", "declarativeContent", "webNavigation", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ " |