LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Wat is LagFast?
LagFast is een Chrome-extensie ontwikkeld door lagfast, en de belangrijkste functie is "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".
Extensie Screenshots
Download het CRX-bestand van de extensie LagFast
Download LagFast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
Officiële URL | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Beschrijving | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
Bestandsgrootte | 616 KB |
Aantal Installaties | 73 |
Huidige Versie | 1.1.12 |
Laatst Bijgewerkt | 2024-01-23 |
Publicatiedatum | 2023-09-19 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | lagfast |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://lagfast.com |
Ondersteunde Talen | 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\/*" ] } |