LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
LagFast là gì?
LagFast là một tiện ích mở rộng Chrome được phát triển bởi lagfast, và tính năng chính của nó là "Auto Bid, Tracking New Messages, Job Summary with ChatGPT".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng LagFast
Tải xuống các tệp mở rộng LagFast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LagFast |
ID | oleeoklacbejhleelfnljemhcegkaehp |
URL Chính Thức | https://chromewebstore.google.com/detail/lagfast/oleeoklacbejhleelfnljemhcegkaehp |
Mô tả | Auto Bid, Tracking New Messages, Job Summary with ChatGPT |
Kích Thước Tệp | 616 KB |
Số Lần Cài Đặt | 73 |
Phiên Bản Hiện Tại | 1.1.12 |
Cập Nhật Lần Cuối | 2024-01-23 |
Ngày Phát Hành | 2023-09-19 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | lagfast |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://lagfast.com |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |