Final Round AI

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

O que é Final Round AI?

Final Round AI é uma extensão do Chrome desenvolvida por https://finalroundai.com, e sua principal característica é "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Final Round AI

Baixe arquivos de extensão Final Round AI no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Final Round AI Final Round AI
ID lfbbdphejjjanjiohlmkdbapdmfoaeem
URL Oficial https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem
Descrição Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Tamanho do Arquivo 35.33 KB
Contagem de Instalações 2,000
Versão Atual 1.0
Última Atualização 2023-11-28
Data de Publicação 2023-11-28
Classificação 5.00/5 Total de 4 Avaliações
Desenvolvedor https://finalroundai.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.finalroundai.com/
URL da Página de Ajuda https://www.finalroundai.com/contact
Idiomas Suportados 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\/*"
        ]
    }
}