Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Qu'est-ce que Final Round AI ?
Final Round AI est une extension Chrome développée par https://finalroundai.com, et sa fonction principale est "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Final Round AI
Téléchargez les fichiers d'extension Final Round AI au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Final Round AI: Interview Copilot that delivers answers to you during interviews
Informations de Base sur l'Extension
Nom | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
URL Officiel | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
Description | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
Taille du Fichier | 35.33 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-11-28 |
Date de Publication | 2023-11-28 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | https://finalroundai.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.finalroundai.com/ |
URL de la Page d'Aide | https://www.finalroundai.com/contact |
Langues Prises en Charge | 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\/*" ] } } |