OfferTurbo - Autofill job application with AI

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

What is OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI is a Chrome extension developed by https://offerturbo.com, and its main feature is "Fill your job application with one-click, powered by AI".

Extension Screenshots

screenshot
screenshot

Download OfferTurbo - Autofill job application with AI Extension CRX File

Download OfferTurbo - Autofill job application with AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
Official URL https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Description Fill your job application with one-click, powered by AI
File Size 976 KB
Installation Count 52
Current Version 1.0.7
Last Updated 2024-01-20
Publish Date 2023-04-28
Developer https://offerturbo.com
Email [email protected]
Payment Type free
Extension Website https://offerturbo.com/
Help Page URL https://offerturbo.com/about
Privacy Policy Page URL https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Supported Languages 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"
            ]
        }
    ]
}