Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Was ist Final Round AI?
Final Round AI ist eine Chrome-Erweiterung, die von https://finalroundai.com entwickelt wurde, und ihr Hauptmerkmal ist "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
Erweiterungsscreenshots
Final Round AI-Erweiterungs-CRX-Datei herunterladen
Laden Sie Final Round AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Final Round AI: Interview Copilot that delivers answers to you during interviews
Grundlegende Informationen zur Erweiterung
Name | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
Offizielle URL | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
Beschreibung | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
Dateigröße | 35.33 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-11-28 |
Veröffentlichungsdatum | 2023-11-28 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | https://finalroundai.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.finalroundai.com/ |
Hilfeseite URL | https://www.finalroundai.com/contact |
Unterstützte Sprachen | 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\/*" ] } } |