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
擴展基本資訊
名稱 | Final Round AI |
ID | lfbbdphejjjanjiohlmkdbapdmfoaeem |
官方網址 | 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\/*" ] } } |