Interview Helper
Prepare for your job interview
什么是Interview Helper?
Interview Helper是由rebekahsnow99开发的Chrome扩展程序,该扩展的主要功能是“Prepare for your job interview”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } |