Final Round AI

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

Cos'è Final Round AI?

Final Round AI è un'estensione di Chrome sviluppata da https://finalroundai.com, e la sua funzione principale è "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Final Round AI

Scarica i file di estensione Final Round AI in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Final Round AI Final Round AI
ID lfbbdphejjjanjiohlmkdbapdmfoaeem
URL Ufficiale https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem
Descrizione Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Dimensione del File 35.33 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2023-11-28
Data di Pubblicazione 2023-11-28
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore https://finalroundai.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.finalroundai.com/
URL della Pagina di Aiuto https://www.finalroundai.com/contact
Lingue Supportate 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\/*"
        ]
    }
}