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
官方網址 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
電子郵箱 [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\/*"
    ]
}