Final Round AI

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

Vad är Final Round AI?

Final Round AI är en Chrome-tillägg utvecklad av https://finalroundai.com, och dess huvudfunktion är "Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Final Round AI-förlängningens CRX-fil

Ladda ner Final Round AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Final Round AI Final Round AI
ID lfbbdphejjjanjiohlmkdbapdmfoaeem
Officiell webbadress https://chromewebstore.google.com/detail/final-round-ai/lfbbdphejjjanjiohlmkdbapdmfoaeem
Beskrivning Final Round AI: Interview Copilot 🚀 Harness the power of AI to ACE interviews from Day 1 to Final Round
Filstorlek 35.33 KB
Antal Installationer 2,000
Aktuell Version 1.0
Senast Uppdaterad 2023-11-28
Publiceringsdatum 2023-11-28
Betyg 5.00/5 Totalt 4 Betyg
Utvecklare https://finalroundai.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.finalroundai.com/
Hjälpsida URL https://www.finalroundai.com/contact
Stödda Språk 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\/*"
        ]
    }
}