FastInterviews Extension

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

O que é FastInterviews Extension?

FastInterviews Extension é uma extensão do Chrome desenvolvida por https://fastinterviews.com, e sua principal característica é "FastInterviews Extension connects you with the best people at companies to secure a first interview".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FastInterviews Extension

Baixe arquivos de extensão FastInterviews Extension 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

                        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                    

Informações Básicas da Extensão

Nome FastInterviews Extension FastInterviews Extension
ID fjlnhjhlblcejjfiodnaapbbmooodjcg
URL Oficial https://chromewebstore.google.com/detail/fastinterviews-extension/fjlnhjhlblcejjfiodnaapbbmooodjcg
Descrição FastInterviews Extension connects you with the best people at companies to secure a first interview
Tamanho do Arquivo 5.91 KB
Contagem de Instalações 54
Versão Atual 1.0
Última Atualização 2023-02-28
Data de Publicação 2023-02-27
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://fastinterviews.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade http://fastinterviews.com/privacy_policy.html
Idiomas Suportados 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"
    ]
}