Interview Helper

Prepare for your job interview

Interview Helperとは何ですか?

Interview Helperはrebekahsnow99によって開発されたChromeの拡張機能で、その主な機能は「Prepare for your job interview」です。

拡張機能のスクリーンショット

screenshot

Interview Helper拡張機能のCRXファイルをダウンロード

Interview Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Interview Helper Interview Helper
ID ceoleikbmanbljkafffkicgjnjenkilc
公式URL https://chromewebstore.google.com/detail/interview-helper/ceoleikbmanbljkafffkicgjnjenkilc
説明 Prepare for your job interview
ファイルサイズ 992 KB
インストール数 49
現在のバージョン 0.1.1
最終更新日 2022-11-30
公開日 2022-11-30
開発者 rebekahsnow99
Eメール [email protected]
支払い方法 free
対応言語 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"
}