Final Round AI

Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round

Apa itu Final Round AI?

Final Round AI adalah ekstensi Chrome yang dikembangkan oleh https://finalroundai.com, dan fitur utamanya adalah "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Final Round AI

Unduh file ekstensi Final Round AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Final Round AI: Interview Copilot that delivers answers to you during interviews                    

Informasi Dasar Ekstensi

Nama Final Round AI Final Round AI
ID lfbbdphejjjanjiohlmkdbapdmfoaeem
URL Resmi https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem
Deskripsi Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Ukuran File 35.33 KB
Jumlah Instalasi 2,000
Versi Saat Ini 1.0
Terakhir Diperbarui 2023-11-28
Tanggal Publikasi 2023-11-28
Penilaian 5.00/5 Total 4 Penilaian
Pengembang https://finalroundai.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.finalroundai.com/
URL Halaman Bantuan https://www.finalroundai.com/contact
Bahasa yang Didukung 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\/*"
        ]
    }
}