RecruiterHunt New Tab Page (Beta)

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

What is RecruiterHunt New Tab Page (Beta)?

RecruiterHunt New Tab Page (Beta) is a Chrome extension developed by Cuyler Stuwe, and its main feature is "For recruiters -- new collections, resources, and jobs on every new tab!".

Extension Screenshots

screenshot

Download RecruiterHunt New Tab Page (Beta) Extension CRX File

Download RecruiterHunt New Tab Page (Beta) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name RecruiterHunt New Tab Page (Beta) RecruiterHunt New Tab Page (Beta)
ID jdojhcokhpkdijmhpdgfmkbflaokjmgn
Official URL https://chromewebstore.google.com/detail/recruiterhunt-new-tab-pag/jdojhcokhpkdijmhpdgfmkbflaokjmgn
Description For recruiters -- new collections, resources, and jobs on every new tab!
File Size 144 KB
Installation Count 736
Current Version 1.1.9
Last Updated 2020-09-15
Publish Date 2020-05-24
Rating 3.67/5 Total 3 Ratings
Developer Cuyler Stuwe
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}