LagFast

Auto Bid, Tracking New Messages, Job Summary with ChatGPT

LagFastとは何ですか?

LagFastはlagfastによって開発されたChromeの拡張機能で、その主な機能は「Auto Bid, Tracking New Messages, Job Summary with ChatGPT」です。

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

LagFast拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Auto sending proposal to upwork, freelancer and guru in lagfast.
Please go to https://lagfast.com  and install bot.  The bot need chrome extension to send proposal.
Chrome extension is only handling open tab and save feed daba. All typing and proposal action is handling in bot application like human.                    

拡張機能の基本情報

名前 LagFast LagFast
ID oleeoklacbejhleelfnljemhcegkaehp
公式URL https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp
説明 Auto Bid, Tracking New Messages, Job Summary with ChatGPT
ファイルサイズ 616 KB
インストール数 73
現在のバージョン 1.1.12
最終更新日 2024-01-23
公開日 2023-09-19
評価 5.00/5 合計 3 レビュー
開発者 lagfast
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://lagfast.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "LagFast",
    "description": "Auto Bid, Tracking New Messages, Job Summary with ChatGPT",
    "version": "1.1.12",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/www.upwork.com\/*",
        "https:\/\/lagfast.com\/*"
    ]
}