Interview Helper
Prepare for your job interview
ما هو Interview Helper؟
Interview Helper هو إضافة Chrome تم تطويرها بواسطة rebekahsnow99، والميزة الرئيسية لها هي "Prepare for your job interview".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Interview Helper
قم بتنزيل ملفات الامتداد Interview Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |