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 |
官方網址 | 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" } |