LagFast

Auto Bid, Tracking New Messages, Job Summary with ChatGPT

LagFastคืออะไร?

LagFast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lagfast และคุณลักษณะหลักของมันคือ "Auto Bid, Tracking New Messages, Job Summary with ChatGPT"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LagFast

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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\/*"
    ]
}