OfferTurbo - Autofill job application with AI

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

Vad är OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI är en Chrome-tillägg utvecklad av https://offerturbo.com, och dess huvudfunktion är "Fill your job application with one-click, powered by AI".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner OfferTurbo - Autofill job application with AI-förlängningens CRX-fil

Ladda ner OfferTurbo - Autofill job application with AI-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
Officiell webbadress https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Beskrivning Fill your job application with one-click, powered by AI
Filstorlek 976 KB
Antal Installationer 52
Aktuell Version 1.0.7
Senast Uppdaterad 2024-01-20
Publiceringsdatum 2023-04-28
Utvecklare https://offerturbo.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://offerturbo.com/
Hjälpsida URL https://offerturbo.com/about
URL till Sekretesspolicy Sidan https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Stödda Språk 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"
            ]
        }
    ]
}