LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
什么是LagFast?
LagFast是由lagfast开发的Chrome扩展程序,该扩展的主要功能是“Auto Bid, Tracking New Messages, Job Summary with ChatGPT”。
扩展截图
下载LagFast扩展crx文件
下载LagFast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
官方URL | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
简介 | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
文件大小 | 616 KB |
安装次数 | 73 |
当前版本 | 1.1.12 |
更新时间 | 2024-01-23 |
上架时间 | 2023-09-19 |
评分 | 5.00/5 共3次评分 |
开发者 | lagfast |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://lagfast.com |
支持的语言 | 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\/*" ] } |