Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Wat is Final Round AI?
Final Round AI is een Chrome-extensie ontwikkeld door https://finalroundai.com, en de belangrijkste functie is "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
Extensie Screenshots
Download het CRX-bestand van de extensie Final Round AI
Download Final Round AI-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Final Round AI: Interview Copilot that delivers answers to you during interviews
Basisinformatie over de Extensie
Naam | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
Officiële URL | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
Beschrijving | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
Bestandsgrootte | 35.33 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-11-28 |
Publicatiedatum | 2023-11-28 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://finalroundai.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.finalroundai.com/ |
Help Pagina-URL | https://www.finalroundai.com/contact |
Ondersteunde Talen | 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\/*" ] } } |