LagFast

Auto Bid, Tracking New Messages, Job Summary with ChatGPT

Cos'è LagFast?

LagFast è un'estensione di Chrome sviluppata da lagfast, e la sua funzione principale è "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione LagFast

Scarica i file di estensione LagFast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome LagFast LagFast
ID oleeoklacbejhleelfnljemhcegkaehp
URL Ufficiale https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp
Descrizione Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Dimensione del File 616 KB
Conteggio Installazioni 73
Versione Corrente 1.1.12
Ultimo Aggiornamento 2024-01-23
Data di Pubblicazione 2023-09-19
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore lagfast
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://lagfast.com
Lingue Supportate 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\/*"
    ]
}