Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
What is Final Round AI?
Final Round AI is a Chrome extension developed by https://finalroundai.com, and its main feature is "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".
Extension Screenshots
Download Final Round AI Extension CRX File
Download Final Round AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Final Round AI: Interview Copilot that delivers answers to you during interviews
Extension Basic Information
Name | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
Official URL | 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 |
File Size | 35.33 KB |
Installation Count | 2,000 |
Current Version | 1.0 |
Last Updated | 2023-11-28 |
Publish Date | 2023-11-28 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://finalroundai.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.finalroundai.com/ |
Help Page URL | https://www.finalroundai.com/contact |
Supported Languages | 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\/*" ] } } |