Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Co to jest Final Round AI?
Final Round AI to rozszerzenie Chrome opracowane przez https://finalroundai.com, a jego główną funkcją jest „Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Final Round AI
Pobierz pliki rozszerzeń Final Round AI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Final Round AI: Interview Copilot that delivers answers to you during interviews
Podstawowe informacje o rozszerzeniu
Nazwa | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
Oficjalny URL | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
Opis | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
Rozmiar pliku | 35.33 KB |
Liczba instalacji | 2,000 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-11-28 |
Data Publikacji | 2023-11-28 |
Ocena | 5.00/5 Łącznie 4 Oceny |
Deweloper | https://finalroundai.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.finalroundai.com/ |
Adres URL Strony Pomocy | https://www.finalroundai.com/contact |
Obsługiwane Języki | 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\/*" ] } } |