Final Round AI
Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
什么是Final Round AI?
Final Round AI是由https://finalroundai.com开发的Chrome扩展程序,该扩展的主要功能是“Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round”。
扩展截图
下载Final Round AI扩展crx文件
下载Final Round AI扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Final Round AI: Interview Copilot that delivers answers to you during interviews 扩展基本信息
| 名称 | |
| ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
| 官方URL | https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem |
| 简介 | Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round |
| 文件大小 | 35.33 KB |
| 安装次数 | 2,000 |
| 当前版本 | 1.0 |
| 更新时间 | 2023-11-28 |
| 上架时间 | 2023-11-28 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | https://finalroundai.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.finalroundai.com/ |
| 帮助页面URL | https://www.finalroundai.com/contact |
| 支持的语言 | 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\/*"
]
}
} | |