LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
What is LagFast?
LagFast is a Chrome extension developed by lagfast, and its main feature is "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".
Extension Screenshots
Download LagFast Extension CRX File
Download LagFast extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
Official URL | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Description | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
File Size | 616 KB |
Installation Count | 73 |
Current Version | 1.1.12 |
Last Updated | 2024-01-23 |
Publish Date | 2023-09-19 |
Rating | 5.00/5 Total 3 Ratings |
Developer | lagfast |
[email protected] | |
Payment Type | free |
Extension Website | https://lagfast.com |
Supported Languages | 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\/*" ] } |