Interview Helper

Prepare for your job interview

Co to jest Interview Helper?

Interview Helper to rozszerzenie Chrome opracowane przez rebekahsnow99, a jego główną funkcją jest „Prepare for your job interview”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Interview Helper

Pobierz pliki rozszerzeń Interview Helper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Interview Helper Interview Helper
ID ceoleikbmanbljkafffkicgjnjenkilc
Oficjalny URL https://chromewebstore.google.com/detail/interview-helper/ceoleikbmanbljkafffkicgjnjenkilc
Opis Prepare for your job interview
Rozmiar pliku 992 KB
Liczba instalacji 49
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2022-11-30
Data Publikacji 2022-11-30
Deweloper rebekahsnow99
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}