OfferTurbo - Autofill job application with AI

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

OfferTurbo - Autofill job application with AIとは何ですか?

OfferTurbo - Autofill job application with AIはhttps://offerturbo.comによって開発されたChromeの拡張機能で、その主な機能は「Fill your job application with one-click, powered by AI」です。

拡張機能のスクリーンショット

screenshot
screenshot

OfferTurbo - Autofill job application with AI拡張機能のCRXファイルをダウンロード

OfferTurbo - Autofill job application with AI拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 OfferTurbo - Autofill job application with AI OfferTurbo - Autofill job application with AI
ID llomdkjebgnkjompaededigmlbplgglh
公式URL https://chromewebstore.google.com/detail/offerturbo-autofill-job-a/llomdkjebgnkjompaededigmlbplgglh
説明 Fill your job application with one-click, powered by AI
ファイルサイズ 976 KB
インストール数 52
現在のバージョン 1.0.7
最終更新日 2024-01-20
公開日 2023-04-28
開発者 https://offerturbo.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://offerturbo.com/
ヘルプページのURL https://offerturbo.com/about
プライバシーポリシーページのURL https://github.com/AGITurbo/PrivacyPolicy/blob/main/README.md
対応言語 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"
            ]
        }
    ]
}