FastInterviews Extension

FastInterviews Extension connects you with the best people at companies to secure a first interview

Co je FastInterviews Extension?

FastInterviews Extension je rozšíření Chrome vyvinuté https://fastinterviews.com, a jeho hlavní funkcí je „FastInterviews Extension connects you with the best people at companies to secure a first interview“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FastInterviews Extension

Stáhněte si soubory rozšíření FastInterviews Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        We find the best people for you to connect with and help you generate messages you can use to reach out to them via Linkedin connect notes                    

Základní Informace o Rozšíření

Název FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
Oficiální URL https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
Popis FastInterviews Extension connects you with the best people at companies to secure a first interview
Velikost souboru 5.91 KB
Počet instalací 54
Aktuální Verze 1.0
Poslední Aktualizace 2023-02-28
Datum Vydání 2023-02-27
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://fastinterviews.com
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí http://fastinterviews.com/privacy_policy.html
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "FastInterviews Extension",
    "version": "1.0",
    "description": "FastInterviews Extension connects you with the best people at companies to secure a first interview",
    "host_permissions": [
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.openai.com\/*"
    ],
    "action": {
        "default_title": "Click to show an alert"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.fastinterviews.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "permissions": [
        "cookies",
        "tabs"
    ]
}