Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Hvad er Final Round AI?
Final Round AI er en Chrome-udvidelse udviklet af https://finalroundai.com, og dens hovedfunktion er "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
Udvidelsesskærmbilleder
Download Final Round AI-udvidelses-CRX-fil
Download Final Round AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Final Round AI: Interview Copilot that delivers answers to you during interviews Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
| Officiel URL | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
| Beskrivelse | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
| Filstørrelse | 35.33 KB |
| Antal Installationer | 2,000 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2023-11-28 |
| Udgivelsesdato | 2023-11-28 |
| Bedømmelse | 5.00/5 Samlet 4 Bedømmelser |
| Udvikler | https://finalroundai.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.finalroundai.com/ |
| Hjælpeside-URL | https://www.finalroundai.com/contact |
| Understøttede Sprog | 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\/*"
]
}
} | |