LagFast
Auto Bid, Tracking New Messages, Job Summary with ChatGPT
LagFast क्या है?
LagFast lagfast द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Bid, Tracking New Messages, Job Summary with ChatGPT"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में LagFast एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/*" ] } |