LagFast

Auto Bid, Tracking New Messages, Job Summary with ChatGPT

Qu'est-ce que LagFast ?

LagFast est une extension Chrome développée par lagfast, et sa fonction principale est "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension LagFast

Téléchargez les fichiers d'extension LagFast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom LagFast LagFast
ID oleeoklacbejhleelfnljemhcegkaehp
URL Officiel https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp
Description Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Taille du Fichier 616 KB
Nombre d'Installations 73
Version Actuelle 1.1.12
Dernière Mise à Jour 2024-01-23
Date de Publication 2023-09-19
Évaluation 5.00/5 Total 3 Évaluations
Développeur lagfast
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://lagfast.com
Langues Prises en Charge 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\/*"
    ]
}