RecruiterHunt New Tab Page (Beta)

For recruiters -- new collections, resources, and jobs on every new tab!

O que é RecruiterHunt New Tab Page (Beta)?

RecruiterHunt New Tab Page (Beta) é uma extensão do Chrome desenvolvida por Cuyler Stuwe, e sua principal característica é "For recruiters -- new collections, resources, and jobs on every new tab!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RecruiterHunt New Tab Page (Beta)

Baixe arquivos de extensão RecruiterHunt New Tab Page (Beta) 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

                        For recruiters:

Replace your "new tab" page with fresh content from RecruiterHunt! New collections, resources, and jobs on every new tab!

This extension fetches the latest information from RecruiterHunt's website, along with some manually-curated relevant content, in the background in intervals.                    

Informações Básicas da Extensão

Nome RecruiterHunt New Tab Page (Beta) RecruiterHunt New Tab Page (Beta)
ID jdojhcokhpkdijmhpdgfmkbflaokjmgn
URL Oficial https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn
Descrição For recruiters -- new collections, resources, and jobs on every new tab!
Tamanho do Arquivo 144 KB
Contagem de Instalações 736
Versão Atual 1.1.9
Última Atualização 2020-09-15
Data de Publicação 2020-05-24
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor Cuyler Stuwe
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RecruiterHunt New Tab Page (Beta)",
    "description": "For recruiters -- new collections, resources, and jobs on every new tab!",
    "version": "1.1.9",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "RecruiterHunt New Tab Page (Beta)",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "alarms",
        "storage",
        "*:\/\/recruiterhunt.com\/*",
        "https:\/\/x9juo2rjb6.execute-api.us-east-1.amazonaws.com\/dev\/access",
        "https:\/\/83bjx4lk47.execute-api.us-east-1.amazonaws.com\/dev\/access"
    ]
}