OfferTurbo - Autofill job application with AI

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

Hvad er OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI er en Chrome-udvidelse udviklet af https://offerturbo.com, og dens hovedfunktion er "Fill your job application with one-click, powered by AI".

Udvidelsesskærmbilleder

screenshot
screenshot

Download OfferTurbo - Autofill job application with AI-udvidelses-CRX-fil

Download OfferTurbo - Autofill job application with AI-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
Officiel URL https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Beskrivelse Fill your job application with one-click, powered by AI
Filstørrelse 976 KB
Antal Installationer 52
Nuværende Version 1.0.7
Senest Opdateret 2024-01-20
Udgivelsesdato 2023-04-28
Udvikler https://offerturbo.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://offerturbo.com/
Hjælpeside-URL https://offerturbo.com/about
URL til Fortrolighedspolitik Side https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Understøttede Sprog 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"
            ]
        }
    ]
}