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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 Final Round AI
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
Eメール [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\/*"
        ]
    }
}