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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/ |
URL страницы помощи | 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\/*" ] } } |