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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
    ]
}