LagFast

Auto Bid, Tracking New Messages, Job Summary with ChatGPT

Vad är LagFast?

LagFast är en Chrome-tillägg utvecklad av lagfast, och dess huvudfunktion är "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".

Tilläggsskärmbilder

Ladda ner LagFast-förlängningens CRX-fil

Ladda ner LagFast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn LagFast LagFast
ID oleeoklacbejhleelfnljemhcegkaehp
Officiell webbadress https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp
Beskrivning Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Filstorlek 616 KB
Antal Installationer 73
Aktuell Version 1.1.12
Senast Uppdaterad 2024-01-23
Publiceringsdatum 2023-09-19
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare lagfast
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://lagfast.com
Stödda Språk 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\/*"
    ]
}