OfferTurbo - Autofill job application with AI

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

Apa itu OfferTurbo - Autofill job application with AI?

OfferTurbo - Autofill job application with AI adalah ekstensi Chrome yang dikembangkan oleh https://offerturbo.com, dan fitur utamanya adalah "Fill your job application with one-click, powered by AI".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi OfferTurbo - Autofill job application with AI

Unduh file ekstensi OfferTurbo - Autofill job application with AI dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
URL Resmi https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
Deskripsi Fill your job application with one-click, powered by AI
Ukuran File 976 KB
Jumlah Instalasi 52
Versi Saat Ini 1.0.7
Terakhir Diperbarui 2024-01-20
Tanggal Publikasi 2023-04-28
Pengembang https://offerturbo.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://offerturbo.com/
URL Halaman Bantuan https://offerturbo.com/about
URL Halaman Kebijakan Privasi https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
Bahasa yang Didukung 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"
            ]
        }
    ]
}