LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
Co to jest LagFast?
LagFast to rozszerzenie Chrome opracowane przez lagfast, a jego główną funkcją jest „Auto Bid, Tracking New Messages, Job Summary with ChatGPT”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia LagFast
Pobierz pliki rozszerzeń LagFast w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
Oficjalny URL | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Opis | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
Rozmiar pliku | 616 KB |
Liczba instalacji | 73 |
Aktualna Wersja | 1.1.12 |
Ostatnia Aktualizacja | 2024-01-23 |
Data Publikacji | 2023-09-19 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | lagfast |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://lagfast.com |
Obsługiwane Języki | 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\/*" ] } |