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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://finalroundai.com และคุณลักษณะหลักของมันคือ "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Final Round AI
ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
]
}
} | |