LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Hvad er LagFast?
LagFast er en Chrome-udvidelse udviklet af lagfast, og dens hovedfunktion er "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".
Udvidelsesskærmbilleder
Download LagFast-udvidelses-CRX-fil
Download LagFast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
Officiel URL | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Beskrivelse | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
Filstørrelse | 616 KB |
Antal Installationer | 73 |
Nuværende Version | 1.1.12 |
Senest Opdateret | 2024-01-23 |
Udgivelsesdato | 2023-09-19 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | lagfast |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://lagfast.com |
Understøttede Sprog | 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\/*" ] } |