Interview Helper

Prepare for your job interview

Interview Helper là gì?

Interview Helper là một tiện ích mở rộng Chrome được phát triển bởi rebekahsnow99, và tính năng chính của nó là "Prepare for your job interview".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Interview Helper

Tải xuống các tệp mở rộng Interview Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Interview Helper Interview Helper
ID ceoleikbmanbljkafffkicgjnjenkilc
URL Chính Thức https://chromewebstore.google.com/detail/interview-helper/ceoleikbmanbljkafffkicgjnjenkilc
Mô tả Prepare for your job interview
Kích Thước Tệp 992 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2022-11-30
Ngày Phát Hành 2022-11-30
Nhà Phát Triển rebekahsnow99
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}