OfferTurbo - Autofill job application with AI

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

Was ist OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI ist eine Chrome-Erweiterung, die von https://offerturbo.com entwickelt wurde, und ihr Hauptmerkmal ist "Fill your job application with one-click, powered by AI".

Erweiterungsscreenshots

screenshot
screenshot

OfferTurbo - Autofill job application with AI-Erweiterungs-CRX-Datei herunterladen

Laden Sie OfferTurbo - Autofill job application with AI-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
Offizielle URL https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Beschreibung Fill your job application with one-click, powered by AI
Dateigröße 976 KB
Installationsanzahl 52
Aktuelle Version 1.0.7
Letztes Update 2024-01-20
Veröffentlichungsdatum 2023-04-28
Entwickler https://offerturbo.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://offerturbo.com/
Hilfeseite URL https://offerturbo.com/about
URL der Datenschutzrichtlinien-Seite https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Unterstützte Sprachen 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"
            ]
        }
    ]
}