OfferTurbo - Autofill job application with AI

Fill your job application with one-click, powered by AI

O que é OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI é uma extensão do Chrome desenvolvida por https://offerturbo.com, e sua principal característica é "Fill your job application with one-click, powered by AI".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão OfferTurbo - Autofill job application with AI

Baixe arquivos de extensão OfferTurbo - Autofill job application with 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

                        We help fill your job applications with one-click, powered by AI. 

We're in beta stage and only open to invited users. General availability coming soon.                    

Informações Básicas da Extensão

Nome OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
URL Oficial https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Descrição Fill your job application with one-click, powered by AI
Tamanho do Arquivo 976 KB
Contagem de Instalações 52
Versão Atual 1.0.7
Última Atualização 2024-01-20
Data de Publicação 2023-04-28
Desenvolvedor https://offerturbo.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://offerturbo.com/
URL da Página de Ajuda https://offerturbo.com/about
URL da Página de Política de Privacidade https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OfferTurbo - Autofill job application with AI",
    "version": "1.0.7",
    "description": "Fill your job application with one-click, powered by AI",
    "manifest_version": 3,
    "author": "offerturbo",
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_title": "Click to autofill job application",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}