Interview Helper

Prepare for your job interview

What is Interview Helper?

Interview Helper is a Chrome extension developed by rebekahsnow99, and its main feature is "Prepare for your job interview".

Extension Screenshots

screenshot

Download Interview Helper Extension CRX File

Download Interview Helper 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

                        This tool allows users to prepare for future job interviews. Users can prepare answers to potential questions that may be asked. This tool can be available during a video chat interview, making their notes available for difficult questions. If not used during an interview it still is a great tool for preparing and practicing for the interview process.                    

Extension Basic Information

Name Interview Helper Interview Helper
ID ceoleikbmanbljkafffkicgjnjenkilc
Official URL https://chromewebstore.google.com/detail/interview-helper/ceoleikbmanbljkafffkicgjnjenkilc
Description Prepare for your job interview
File Size 992 KB
Installation Count 49
Current Version 0.1.1
Last Updated 2022-11-30
Publish Date 2022-11-30
Developer rebekahsnow99
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Interview Helper",
    "description": "Prepare for your job interview",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "0.1.1"
}