Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
ما هو Final Round AI؟
Final Round AI هو إضافة Chrome تم تطويرها بواسطة https://finalroundai.com، والميزة الرئيسية لها هي "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Final Round AI
قم بتنزيل ملفات الامتداد Final Round AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Final Round AI: Interview Copilot that delivers answers to you during interviews
معلومات أساسية عن التمديد
الاسم | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
الوصف | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
حجم الملف | 35.33 KB |
عدد التثبيتات | 2,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-11-28 |
تاريخ النشر | 2023-11-28 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://finalroundai.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.finalroundai.com/ |
عنوان صفحة المساعدة | https://www.finalroundai.com/contact |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Final Round AI", "description": "Final Round AI: Interview Copilot \ud83d\ude80 Harness the power of AI to ACE interviews from Day 1 to Final Round", "version": "1.0", "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Solve!", "default_icon": "logo.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.finalroundai.com\/*", "http:\/\/localhost:3000\/*" ], "js": [ "content.js" ] } ], "externally_connectable": { "matches": [ "*:\/\/*.finalroundai.com\/*", "http:\/\/localhost:3000\/*" ] } } |